bug fix for plugin installation

This commit is contained in:
emrekgn 2016-08-22 12:05:45 +03:00
parent 1ec00020e4
commit e6677f1c94

View file

@ -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(