We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def5558 commit b05758eCopy full SHA for b05758e
PartOMagic/Features/Ghost.py
@@ -56,6 +56,8 @@ def addMissingProperties(self, selfobj):
56
57
def updateDeps(self, selfobj, check_only = False):
58
"""update PlacementLinks to match with container path"""
59
+ if selfobj.Base is None: # fixes error on ghots deletion
60
+ return
61
toleave,toenter = Containers.getContainerRelativePath(Containers.getContainer(selfobj.Base), Containers.getContainer(selfobj))
62
leave_deps = []
63
if selfobj.UseForwardPlacements:
0 commit comments