mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-22 15:32:19 +03:00
bug fix for plugin installation
This commit is contained in:
parent
1ec00020e4
commit
e6677f1c94
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class ExecutionManager(object):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.logger.error('[ExecutionManager] Could not remove temp file. Error Message: {}'.format(str(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:
|
except Exception as e:
|
||||||
self.logger.error(
|
self.logger.error(
|
||||||
|
|
Loading…
Reference in a new issue