diff --git a/gajim/plugins/pluginmanager.py b/gajim/plugins/pluginmanager.py index bba599ce1..4fadae186 100644 --- a/gajim/plugins/pluginmanager.py +++ b/gajim/plugins/pluginmanager.py @@ -589,6 +589,7 @@ class PluginManager(metaclass=Singleton): log.debug('%s : %s' % (module_attr_name, 'wrong manifest file. section are required!')) + sys.path.remove(path) return plugins_found def install_from_zip(self, zip_filename, owerwrite=None):