Arch: LGTM - don't catch BaseException

This commit is contained in:
Chris Hennes
2021-09-19 14:36:12 -05:00
parent 9cc9e0d3ab
commit c5491d64e2

View File

@@ -211,7 +211,7 @@ class ArchReference:
shape = Part.makeCompound(shapes)
try:
shape = shape.removeSplitter()
except:
except Exception:
print(obj.Label,": error removing splitter")
return shape