Assembly: Fix migrationScript2
This commit is contained in:
committed by
Chris Hennes
parent
7db8e118b7
commit
e2e613acaa
@@ -279,7 +279,7 @@ def getRootPath(obj, part):
|
||||
|
||||
# for bodies we need to add the tip to the path.
|
||||
if obj.TypeId == "PartDesign::Body":
|
||||
path.append(obj.Tip.Name + ".")
|
||||
path = path + obj.Tip.Name + "."
|
||||
|
||||
return rootObj, path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user