Skip to content

Commit

Permalink
FEM: code formatting, pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Feb 15, 2021
1 parent 1f5acbf commit 8d2b4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femtaskpanels/task_mesh_gmsh.py
Expand Up @@ -207,7 +207,7 @@ def run_gmsh(self):
"Unexpected error when creating mesh: {}\n"
.format(sys.exc_info()[0])
)
error = sys.exc_info()[0].strip();
error = sys.exc_info()[0].strip()
if error:
FreeCAD.Console.PrintMessage("Gmsh had warnings ...\n")
FreeCAD.Console.PrintMessage("{}\n".format(error))
Expand Down

0 comments on commit 8d2b4d6

Please sign in to comment.