Skip to content

Commit

Permalink
minor Path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksejs Fomins committed May 17, 2024
1 parent b9e47f0 commit eac4cff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bfabric/bfabric.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ def get_system_auth(
if not have_config_path:
# Get default path config file path
config_path = Path("~/.bfabricpy.yml").expanduser()
else:
config_path = Path(config_path).expanduser()


# Use the provided config data from arguments instead of the file
if not config_path.is_file():
Expand Down

0 comments on commit eac4cff

Please sign in to comment.