We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e60b5 commit 6d96694Copy full SHA for 6d96694
lib/utils/settings.py
@@ -49,7 +49,7 @@ def __init__(self):
49
# We set create=False here because this code is executed on module load
50
# and via imports also runs on generate-inx-files, which with the Nix
51
# package manager is executed with a non-writable home directory.
52
- user_dir = get_user_dir(create=True)
+ user_dir = get_user_dir(create=False)
53
self._settings_file = os.path.join(user_dir, "settings.json")
54
self._settings = {}
55
0 commit comments