Consistent black formatting of all Path python files

This commit is contained in:
Markus Lampert
2022-02-28 21:06:16 -08:00
parent 122fd49b37
commit 37095fbf78
93 changed files with 5216 additions and 3118 deletions

View File

@@ -369,8 +369,11 @@ class ToolBit(object):
self._setupProperty(obj, prop, attributes)
propNames.append(prop)
if not propNames:
PathLog.error("Did not find a PropertyBag in {} - not a ToolBit shape?".format(
docName))
PathLog.error(
"Did not find a PropertyBag in {} - not a ToolBit shape?".format(
docName
)
)
# has to happen last because it could trigger op.execute evaluations
obj.BitPropertyNames = propNames