1 Commits
0.4.3 ... 0.4.4

Author SHA1 Message Date
8afdadc263 fix bug when group dir doesn't exist 2024-07-09 14:52:42 -07:00

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 = {}