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 94bd1a7 commit c73c85bCopy full SHA for c73c85b
btrdb/utils/credentials.py
@@ -27,7 +27,7 @@
27
28
CONFIG_DIR = ".predictivegrid"
29
CREDENTIALS_FILENAME = "credentials.yaml"
30
-CREDENTIALS_PATH = os.path.join(os.environ["HOME"], CONFIG_DIR, CREDENTIALS_FILENAME)
+CREDENTIALS_PATH = os.path.join(os.path.expanduser("~"), CONFIG_DIR, CREDENTIALS_FILENAME)
31
32
##########################################################################
33
## Functions
0 commit comments