[DRAFT] Catch only Exception, not BaseException
This commit is contained in:
@@ -79,7 +79,7 @@ class Clone(DraftObject):
|
||||
try:
|
||||
sh = shapes[0].multiFuse(shapes[1:])
|
||||
sh = sh.removeSplitter()
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
else:
|
||||
return sh
|
||||
|
||||
Reference in New Issue
Block a user