Commit 8e76778c authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Solver: Improve execution dir.

Showing with 3 additions and 1 deletion
+3 -1
......@@ -101,7 +101,9 @@ class SolverLogWindow(ASubMainWindow, ListedSubWindow):
else:
self._workdir = os.path.join(
os.path.dirname(self._study.filename),
"0"
"_PAMHYR_",
self._study.name.replace(" ", "_"),
self._solver.name.replace(" ", "_"),
)
os.makedirs(self._workdir, exist_ok = True)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment