fix bad string formatting
This commit is contained in:
@@ -320,7 +320,7 @@ class ToolBit(object):
|
|||||||
self._setupProperty(obj, prop, attributes)
|
self._setupProperty(obj, prop, attributes)
|
||||||
propNames.append(prop)
|
propNames.append(prop)
|
||||||
if not propNames:
|
if not propNames:
|
||||||
PathLog.error(translate('PathToolBit', 'Did not find a PropertyBag in {} - not a ToolBit shape?').format(docName))
|
PathLog.error(translate('PathToolBit', 'Did not find a PropertyBag in {} - not a ToolBit shape?'.format(docName)))
|
||||||
|
|
||||||
# has to happen last because it could trigger op.execute evaluations
|
# has to happen last because it could trigger op.execute evaluations
|
||||||
obj.BitPropertyNames = propNames
|
obj.BitPropertyNames = propNames
|
||||||
|
|||||||
Reference in New Issue
Block a user