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 a2e9669 commit 7b1ee17Copy full SHA for 7b1ee17
databook_utils/dandi_utils.py
@@ -20,7 +20,7 @@ def dandi_download_open(dandiset_id, dandi_filepath, download_loc=None, dandi_ap
20
file_url = file.download_url
21
22
if download_loc == None:
23
- if "codeocean" in os.env.get("GIT_ASKPASS", ""):
+ if "codeocean" in os.environ.get("GIT_ASKPASS", ""):
24
download_loc = "../../scratch"
25
else:
26
download_loc = "."
0 commit comments