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 8efef32 commit 5c88d2fCopy full SHA for 5c88d2f
src/murfey/util/client.py
@@ -29,7 +29,7 @@ def read_config() -> configparser.ConfigParser:
29
mcc = os.environ.get("MURFEY_CLIENT_CONFIGURATION")
30
if mcc:
31
config_file = Path(mcc)
32
- # If not set, look for 'MURFEY_CLIENT_CONFIG_HOME' or '~', and then to look for '.murfey'
+ # If not set, look for 'MURFEY_CLIENT_CONFIG_HOME' or '~' and then for '.murfey'
33
else:
34
mcch = os.environ.get("MURFEY_CLIENT_CONFIG_HOME")
35
murfey_client_config_home = Path(mcch) if mcch else Path.home()
0 commit comments