diff --git a/src/PluginUtils/_PluginDialogs.py b/src/PluginUtils/_PluginDialogs.py index f1200e9fe..6a01b6030 100644 --- a/src/PluginUtils/_PluginDialogs.py +++ b/src/PluginUtils/_PluginDialogs.py @@ -187,7 +187,7 @@ class PluginDialog(ManagedWindow.ManagedWindow): self.store.clear() # build the tree items and group together based on the category name - item_hash = defaultdict() + item_hash = defaultdict(list) for plugin in reg_list: if not plugin.supported: category = _UNSUPPORTED