Skip to content

Commit

Permalink
Remove no longer valid reference
Browse files Browse the repository at this point in the history
Fixes: #22
Signed-off-by: Stanislav Levin <slev@altlinux.org>
  • Loading branch information
stanislavlevin authored and jborean93 committed Oct 31, 2022
1 parent 25e6aa5 commit 939bb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k5test/realm.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _discover_path(name, default, paths):
_LOG.debug(f"Using discovered path for {name} ({path})")
else:
path = paths.get(name, default)
_LOG.debug(f"Using default path for {name} ({path}): {e}")
_LOG.debug(f"Using default path for {name} ({path})")
return path


Expand Down

0 comments on commit 939bb73

Please sign in to comment.