FEM: run, use Error at the end of exception class

This commit is contained in:
Bernd Hahnebach
2019-03-26 21:34:53 +01:00
committed by wmayer
parent 76555307f9
commit c7bbfca564
2 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ class ViewProxy(object):
"This must be done because the location of the working "
"directory is set to \"Beside .FCStd File\".")
return False
except run.DirectoryDoesNotExist:
except run.DirectoryDoesNotExistError:
QtGui.QMessageBox.critical(
Gui.getMainWindow(),
"Can't open Task Panel",