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 1155673 commit 2c37b0cCopy full SHA for 2c37b0c
1 file changed
alertaclient/auth/utils.py
@@ -5,7 +5,7 @@
5
6
from alertaclient.exceptions import ConfigurationError
7
8
-NETRC_FILE = os.path.join(os.environ['HOME'], '.netrc')
+NETRC_FILE = os.path.join(os.path.expanduser('~'), '.netrc')
9
10
11
def machine(endpoint):
0 commit comments