fix up stuff

This commit is contained in:
chrys
2019-02-04 19:39:36 +01:00
parent ff8df58334
commit af8bf385a7
7 changed files with 71 additions and 35 deletions

View File

@ -17,7 +17,9 @@ class command():
return _('execute v menu entry')
def run(self):
print('EXEC ENTRY')
self.env['runtime']['vmenuManager'].executeMenu()
try:
self.env['runtime']['vmenuManager'].executeMenu()
except Exception as e:
print(e)
def setCallback(self, callback):
pass