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(