From e6677f1c9464e7ee5a674c049f9908bc4a1d90f1 Mon Sep 17 00:00:00 2001 From: emrekgn Date: Mon, 22 Aug 2016 12:05:45 +0300 Subject: [PATCH] bug fix for plugin installation --- opt/ahenk/base/execution/ExecutionManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/ahenk/base/execution/ExecutionManager.py b/opt/ahenk/base/execution/ExecutionManager.py index 0d1fba1..093492a 100644 --- a/opt/ahenk/base/execution/ExecutionManager.py +++ b/opt/ahenk/base/execution/ExecutionManager.py @@ -101,7 +101,7 @@ class ExecutionManager(object): except Exception as e: self.logger.error('[ExecutionManager] Could not remove temp file. Error Message: {}'.format(str(e))) - self.plugin_manager.load_single_plugin(plugin_name) + # self.plugin_manager.load_single_plugin(plugin_name) except Exception as e: self.logger.error(