We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c88d2f commit c44f771Copy full SHA for c44f771
tests/util/test_client.py
@@ -38,7 +38,7 @@ def test_read_config(
38
if env_var:
39
full_path = tmp_path / partial_path
40
env_var_dict[env_var] = str(full_path)
41
- file_path = full_path if full_path.suffix() else full_path / ".murfey"
+ file_path = full_path if full_path.suffix else full_path / ".murfey"
42
else:
43
file_path = Path().home() / ".murfey"
44
0 commit comments