diff --git a/src/fenrir-package/core/commandManager.py b/src/fenrir-package/core/commandManager.py index 1e692243..488811f6 100644 --- a/src/fenrir-package/core/commandManager.py +++ b/src/fenrir-package/core/commandManager.py @@ -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,str(e),debug.debugLevel.ERROR) environment['commandInfo']['currCommand'] = '' - environment['commandInfo']['lastCommandTime'] = time.time() + environment['commandInfo']['lastCommandExecutionTime'] = time.time() return environment def isShortcutDefined(self, environment, currShortcutString):