Skip to content

Commit d3298cb

Browse files
committed
Update smart_dispatch.py
Small but in folder creation.
1 parent 0033b44 commit d3298cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/smart_dispatch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def get_job_folders(jobname):
176176

177177
if not os.path.exists(path_job_logs):
178178
os.makedirs(path_job_logs)
179+
if not os.path.exists(os.path.join(path_job_logs, "worker")):
179180
os.makedirs(os.path.join(path_job_logs, "worker"))
180181

181182
return path_job, path_job_logs, path_job_commands

0 commit comments

Comments
 (0)