Skip to content

Commit

Permalink
👽 Update type signature of appdirs.user_config_dir call
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Sep 13, 2023
1 parent f4a8d4f commit ebe2bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_safe_haven/config/backend_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(

# Load previous backend settings (if any)
self.config_directory = pathlib.Path(
appdirs.user_config_dir("data_safe_haven")
appdirs.user_config_dir(appname="data_safe_haven")
).resolve()
self.config_file_path = self.config_directory / "config.yaml"
self.read()
Expand Down

0 comments on commit ebe2bc0

Please sign in to comment.