From 315d4a8026efe6d266d8bbb7b405f6385691fbff Mon Sep 17 00:00:00 2001 From: sliptonic Date: Tue, 23 Feb 2021 19:06:08 -0600 Subject: [PATCH] fix bad string formatting --- src/Mod/Path/PathScripts/PathToolBit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathToolBit.py b/src/Mod/Path/PathScripts/PathToolBit.py index 3e02f8c253..44da128a61 100644 --- a/src/Mod/Path/PathScripts/PathToolBit.py +++ b/src/Mod/Path/PathScripts/PathToolBit.py @@ -320,7 +320,7 @@ class ToolBit(object): self._setupProperty(obj, prop, attributes) propNames.append(prop) 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 obj.BitPropertyNames = propNames