Skip to content
Snippets Groups Projects
Commit b9b80604 authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent bc4ce1c0
No related merge requests found
......@@ -170,6 +170,9 @@ def cluster_results(
'constant_data': constant_data,
'function': work_function,
}
if not os.path.exists(results_workdir):
os.mkdir(results_workdir)
work_dir = os.path.join(
os.path.abspath(results_workdir),
str(int(time.time())))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment