Skip to content

Commit 8f2286a

Browse files
committed
Update driver_utils.py
1 parent be6334d commit 8f2286a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/jobs/templates/driver_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def copy_inputs(mappings: dict = None):
276276
return
277277

278278
for src, dest in mappings.items():
279-
logger.debug("Copying %s to %s", src, dest)
279+
logger.debug("Copying %s to %s", src, os.path.abspath(dest))
280280
# Create the dest dir if one does not exist.
281281
if str(dest).endswith("/"):
282282
dest_dir = dest

0 commit comments

Comments
 (0)