Update commandManager.py

This commit is contained in:
chrys87 2016-09-13 10:29:04 +02:00 committed by GitHub
parent b360670f94
commit f9b2918381

View File

@ -61,7 +61,7 @@ class commandManager():
environment['runtime']['debug'].writeDebugOut(environment,"Error while executing command:" + section + "." + currCommand ,debug.debugLevel.ERROR) environment['runtime']['debug'].writeDebugOut(environment,"Error while executing command:" + section + "." + currCommand ,debug.debugLevel.ERROR)
environment['runtime']['debug'].writeDebugOut(environment,str(e),debug.debugLevel.ERROR) environment['runtime']['debug'].writeDebugOut(environment,str(e),debug.debugLevel.ERROR)
environment['commandInfo']['currCommand'] = '' environment['commandInfo']['currCommand'] = ''
environment['commandInfo']['lastCommandTime'] = time.time() environment['commandInfo']['lastCommandExecutionTime'] = time.time()
return environment return environment
def isShortcutDefined(self, environment, currShortcutString): def isShortcutDefined(self, environment, currShortcutString):