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 c54b53d commit 017430fCopy full SHA for 017430f
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.path.expanduser("~") + "/.config/roboflow/config.json,
+ default=os.path.expanduser("HOME") + "/.config/roboflow/config.json,
21
)
22
23
# read config file for roboflow if logged in from python or CLI
0 commit comments