Skip to content

Commit

Permalink
FEM: solver frame work, better prefix for temp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Sep 2, 2019
1 parent 203782a commit 71f8a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femsolver/run.py
Expand Up @@ -163,7 +163,7 @@ def _createMachine(solver, path, testmode):


def _getTempDir(solver):
return tempfile.mkdtemp(prefix="fem")
return tempfile.mkdtemp(prefix="fcfemsolv_")


def _getBesideDir(solver):
Expand Down

0 comments on commit 71f8a31

Please sign in to comment.