We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70eac85 commit a03caa4Copy full SHA for a03caa4
joft/utils.py
@@ -19,7 +19,7 @@ def load_toml_app_config() -> typing.Any:
19
possible_paths = set()
20
21
possible_paths.add(platformdirs.user_config_dir())
22
- possible_paths.update(*platformdirs.site_config_dir(multipath=True).split(":"))
+ possible_paths.update(platformdirs.site_config_dir(multipath=True).split(":"))
23
possible_paths.add("/etc")
24
possible_paths.add(str(pathlib.Path.cwd()))
25
0 commit comments