mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
drop global XDG_CONFIG_DIR and use environment variables
+ handle string explicit flags
This commit is contained in:
@@ -116,5 +116,4 @@ class UserConfig:
|
||||
if key.startswith("_") or not self._config_path:
|
||||
return
|
||||
|
||||
print(f"writing to file: {key}={value}")
|
||||
self.write_to_file(asdict(self))
|
||||
|
||||
Reference in New Issue
Block a user