Use the group-d1 moId instead of i8ln based names to identify the root folder. (#31077)

Addresses #29043
pull/31081/head
jctanner 7 years ago committed by GitHub
parent 5f22b4f8ad
commit 32cf69c00a

@ -235,7 +235,7 @@ def compile_folder_path_for_object(vobj):
thisobj = vobj
while hasattr(thisobj, 'parent'):
thisobj = thisobj.parent
if thisobj.name == 'Datacenters':
if thisobj._moId == 'group-d1':
break
if isinstance(thisobj, vim.Folder):
paths.append(thisobj.name)

Loading…
Cancel
Save