fix bug when group dir doesn't exist

This commit is contained in:
Sam G. 2024-07-09 14:52:42 -07:00
parent 5bb280b1da
commit 8afdadc263

View File

@ -307,7 +307,7 @@ class ConfigManager:
group_dir = Path(self.config_dir, 'groups')
if not group_dir.exists():
return {}
return {}, []
# handle non-palette-scheme groups
group_matches = {}