Assembly: Fix migrationScript2

This commit is contained in:
PaddleStroke
2024-08-05 10:34:27 +02:00
committed by Chris Hennes
parent 7db8e118b7
commit e2e613acaa

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