We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6334d commit 8f2286aCopy full SHA for 8f2286a
ads/jobs/templates/driver_utils.py
@@ -276,7 +276,7 @@ def copy_inputs(mappings: dict = None):
276
return
277
278
for src, dest in mappings.items():
279
- logger.debug("Copying %s to %s", src, dest)
+ logger.debug("Copying %s to %s", src, os.path.abspath(dest))
280
# Create the dest dir if one does not exist.
281
if str(dest).endswith("/"):
282
dest_dir = dest
0 commit comments