Skip to content

Commit 7b1ee17

Browse files
authored
Update dandi_utils.py typo
1 parent a2e9669 commit 7b1ee17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databook_utils/dandi_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def dandi_download_open(dandiset_id, dandi_filepath, download_loc=None, dandi_ap
2020
file_url = file.download_url
2121

2222
if download_loc == None:
23-
if "codeocean" in os.env.get("GIT_ASKPASS", ""):
23+
if "codeocean" in os.environ.get("GIT_ASKPASS", ""):
2424
download_loc = "../../scratch"
2525
else:
2626
download_loc = "."

0 commit comments

Comments
 (0)