Skip to content

Commit

Permalink
FEM: solver fenics, fix fenics import test
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jul 4, 2019
1 parent 126cb43 commit 5a352ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/femsolver/fenics/fenics_tools.py
Expand Up @@ -33,7 +33,7 @@
import fenics
except ImportError:
FreeCAD.Console.PrintError("No Fenics modules found, please install them.\n")
raise Exception("No Fenics modules found, please install them.\n")
raise Exception("No Fenics modules found, please install them.\n")


class XDMFReader(object):
Expand Down

0 comments on commit 5a352ea

Please sign in to comment.