This commit is contained in:
DeepSOIC 2018-08-06 13:05:15 +03:00
parent 70c20711c0
commit e9fd7338ec

View File

@ -145,7 +145,7 @@ def is_supported(feature):
try:
sign = feature_sign(feature, raise_if_unsupported= True)
return True
except FeatureUnsupportedError, NotPartDesignFeatureError:
except (FeatureUnsupportedError, NotPartDesignFeatureError):
return False
def applyFeature(baseshape, feature, transforms, mts):