Assembly: Fix migrationScript2

This commit is contained in:
PaddleStroke
2024-08-05 11:09:45 -05:00
committed by Chris Hennes
parent 7db8e118b7
commit e2e613acaa
+1 -1
View File
@@ -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