Skip to content

Commit 1ee2258

Browse files
committed
Update module.py
1 parent ff18781 commit 1ee2258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/script/module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4951,7 +4951,7 @@ def find_cached_script(i):
49514951
# env
49524952
i['tmp_dep_cached_path'] = dependent_cached_path
49534953
from script import docker_utils
4954-
r = docker_utils.utils.get_container_path_script(i)
4954+
r = docker_utils.get_container_path_script(i)
49554955
if not os.path.exists(r['value_env']):
49564956
# Need to rm this cache entry
49574957
skip_cached_script = True

0 commit comments

Comments
 (0)