[DRAFT] Catch only Exception, not BaseException

This commit is contained in:
Chris Hennes
2021-02-10 14:08:56 -06:00
committed by wwmayer
parent 9d1958475e
commit a7522c384e
16 changed files with 26 additions and 26 deletions

View File

@@ -79,7 +79,7 @@ class Clone(DraftObject):
try:
sh = shapes[0].multiFuse(shapes[1:])
sh = sh.removeSplitter()
except:
except Exception:
pass
else:
return sh