This commit is contained in:
chrys 2019-01-29 23:19:49 +01:00
parent b5c94a506d
commit 445210dba8

View File

@ -73,7 +73,7 @@ class vmenuManager():
if self.currIndex == None:
return
try:
r = self.getValueByPath(self.menuDict, self.currIndex +[0]):
r = self.getValueByPath(self.menuDict, self.currIndex +[0])
if not r:
return
if not isinstance(r, dict):
@ -126,7 +126,7 @@ class vmenuManager():
for i in path:
d = d[list(d.keys())[i]]
return d
''''
'''
import os
level = [0]
@ -172,4 +172,4 @@ c = [0,0,0]
getKeysByPath(v,c)
getValueByPath(v,c)
''''
'''