Py3: fix
This commit is contained in:
parent
70c20711c0
commit
e9fd7338ec
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user