Skip to content

Commit c928aa8

Browse files
committed
Fix for #200, fix in get_container_path
1 parent b04b084 commit c928aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/script/docker_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def get_container_path_script(i):
413413
def get_container_path(value, username="mlcuser"):
414414
path_split = value.split(os.sep)
415415
if len(path_split) == 1:
416-
return value
416+
return value, value
417417

418418
new_value = ''
419419
if "cache" in path_split and "local" in path_split:

0 commit comments

Comments
 (0)