Merge pull request #666 from zacikpa/repo-remove-old-plugins
Clear plugin repository when stopping tuning
This commit is contained in:
commit
4eee2fe930
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ class Manager(object):
|
|||
for plugin in self._plugins:
|
||||
log.debug("cleaning plugin '%s'" % plugin.name)
|
||||
self._try_call("destroy_all", None, plugin.cleanup)
|
||||
|
||||
self._plugins_repository.plugins.clear()
|
||||
del self._plugins[:]
|
||||
del self._instances[:]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue