Skip to content

Commit

Permalink
FEM: solver run, fix besides dir
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Dec 16, 2019
1 parent 1f53e8b commit fed1e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femsolver/run.py
Expand Up @@ -225,7 +225,7 @@ def _getBesideDir(solver):


def _getBesideBase(solver):
path = femutils.get_doc_dir(solver.Document)
path = os.path.splitext(solver.Document.FileName)[0]
if path is None:
error_message = (
"Please save the file before executing the solver. "
Expand Down

0 comments on commit fed1e79

Please sign in to comment.