Py3: fix
This commit is contained in:
parent
70c20711c0
commit
e9fd7338ec
|
@ -145,7 +145,7 @@ def is_supported(feature):
|
||||||
try:
|
try:
|
||||||
sign = feature_sign(feature, raise_if_unsupported= True)
|
sign = feature_sign(feature, raise_if_unsupported= True)
|
||||||
return True
|
return True
|
||||||
except FeatureUnsupportedError, NotPartDesignFeatureError:
|
except (FeatureUnsupportedError, NotPartDesignFeatureError):
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def applyFeature(baseshape, feature, transforms, mts):
|
def applyFeature(baseshape, feature, transforms, mts):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user