[OTHER] Catch only Exception, not BaseException
This commit is contained in:
@@ -11,7 +11,7 @@ Gui=FreeCADGui
|
||||
def proceed():
|
||||
try:
|
||||
compute()
|
||||
except:
|
||||
except Exception:
|
||||
hide()
|
||||
QtGui.QApplication.restoreOverrideCursor()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user