-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
issue: Running parallel sessions leads to race conditions where each session tries to access or write to f"/tmp/DSSAT{VERSION}".
Replace line 50 in run.py
Py_DSSATTools/DSSATTools/run.py
Line 50 in c9d9e14
| TMP = tempfile.gettempdir() |
which creates the folder /tmp/ with
with tempfile.TemporaryDirectory() as TMP:
print('created temporary directory', TMP)
each session now creates a unique temporary folder, thus solving the issue.
quartzar and braza2
Metadata
Metadata
Assignees
Labels
No labels