Skip to content

Commit

Permalink
quick bugfix introduced by #441
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Mar 24, 2020
1 parent 4245c6e commit 5e17548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/gmodeler/model.py
Expand Up @@ -313,7 +313,7 @@ def LoadModel(self, filename):
try:
gxmXml = ProcessModelFile(etree.parse(filename))
except Exception as e:
raise GException(e)
raise GException('{}'.format(e))

if self.canvas:
win = self.canvas.parent
Expand Down

0 comments on commit 5e17548

Please sign in to comment.