Path: normalize proxy stratements

remove bare exceptions
This commit is contained in:
sliptonic
2019-06-19 11:09:39 -05:00
parent 5708613672
commit c8e945a3ab
22 changed files with 50 additions and 51 deletions

View File

@@ -227,7 +227,7 @@ class ObjectJob:
if obj.Operations.ViewObject:
try:
obj.Operations.ViewObject.DisplayMode
except:
except Exception:
name = obj.Operations.Name
label = obj.Operations.Label
ops = FreeCAD.ActiveDocument.addObject("Path::FeatureCompoundPython", "Operations")