Skip to content

Commit 1d48ffb

Browse files
authored
Merge pull request #412 from AllenInstitute/yeerim
Yeerim
2 parents dd2ceda + 45c30f3 commit 1d48ffb

File tree

2 files changed

+51
-40
lines changed

2 files changed

+51
-40
lines changed

databook_utils/dandi_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def dandi_download_open(dandiset_id, dandi_filepath, download_loc=None, dandi_ap
3131
if os.path.exists(filepath) and not force_overwrite:
3232
print("File already exists")
3333
else:
34-
download.download(file_url, output_dir=download_loc, dandi_api_key=dandi_api_key)
34+
download.download(file_url, output_dir=download_loc)
3535
print(f"Downloaded file to {filepath}")
3636

3737
print("Opening file")

docs/projects/illusion.ipynb

Lines changed: 50 additions & 39 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)