fix bug when group dir doesn't exist
This commit is contained in:
parent
5bb280b1da
commit
8afdadc263
@ -307,7 +307,7 @@ class ConfigManager:
|
|||||||
|
|
||||||
group_dir = Path(self.config_dir, 'groups')
|
group_dir = Path(self.config_dir, 'groups')
|
||||||
if not group_dir.exists():
|
if not group_dir.exists():
|
||||||
return {}
|
return {}, []
|
||||||
|
|
||||||
# handle non-palette-scheme groups
|
# handle non-palette-scheme groups
|
||||||
group_matches = {}
|
group_matches = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user