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.
2 parents 3ea6260 + f105cd6 commit ae7634aCopy full SHA for ae7634a
roboflow/config.py
@@ -17,7 +17,7 @@ def get_conditional_configuration_variable(key, default):
17
# default configuration location
18
conf_location = os.getenv(
19
"ROBOFLOW_CONFIG_DIR",
20
- default=os.getenv("HOME") + "/.config/roboflow/config.json",
+ default=os.path.expanduser("~") + "/.config/roboflow/config.json",
21
)
22
23
# read config file for roboflow if logged in from python or CLI
0 commit comments