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 0033b44 commit d3298cbCopy full SHA for d3298cb
scripts/smart_dispatch.py
@@ -176,6 +176,7 @@ def get_job_folders(jobname):
176
177
if not os.path.exists(path_job_logs):
178
os.makedirs(path_job_logs)
179
+ if not os.path.exists(os.path.join(path_job_logs, "worker")):
180
os.makedirs(os.path.join(path_job_logs, "worker"))
181
182
return path_job, path_job_logs, path_job_commands
0 commit comments