fix whitespace

This commit is contained in:
jim
2021-05-25 18:36:51 -07:00
parent b0ab46878b
commit 815679a487

View File

@@ -177,14 +177,14 @@ class ObjectArray:
def execute(self, obj):
# backwards compatibility for PathArrays created before support for multiple bases
# backwards compatibility for PathArrays created before support for multiple bases
if isinstance(obj.Base, list):
base = obj.Base
else:
base = [obj.Base]
if len(base)==0:
return
return
obj.ToolController = base[0].ToolController
for b in base: