Update commandManager.py
This commit is contained in:
parent
b360670f94
commit
f9b2918381
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user