From f9b29183819658fbfb1c8253b3cc3c2256c7ce1e Mon Sep 17 00:00:00 2001 From: chrys87 Date: Tue, 13 Sep 2016 10:29:04 +0200 Subject: [PATCH] Update commandManager.py --- src/fenrir-package/core/commandManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):