We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12037ae commit 601e9d7Copy full SHA for 601e9d7
preditor/prefs.py
@@ -294,7 +294,7 @@ def get_prefs_updates():
294
updates (dict): The dict of defined updates
295
"""
296
updates = {}
297
- path = resourcePath(r"pref_updates\pref_updates.json")
+ path = resourcePath("pref_updates/pref_updates.json")
298
try:
299
updates = utils.Json(path).load()
300
except (FileNotFoundError, json.decoder.JSONDecodeError):
0 commit comments