diff --git a/src/gourmet/plugin_loader.py b/src/gourmet/plugin_loader.py index b4f34c71..e39cfa16 100644 --- a/src/gourmet/plugin_loader.py +++ b/src/gourmet/plugin_loader.py @@ -72,7 +72,7 @@ def __init__(self): os.path.join(current_path, 'plugins'), os.path.join(current_path, 'plugins', 'import_export'), ] - self.errors = set() + self.errors = dict() self.pluggables_by_class: Dict = dict() self.active_plugin_sets: List[str] = [] self.available_plugin_sets: Dict[str, LegacyPlugin] = self.load_legacy_plugins(self.plugin_directories) # noqa