Skip to content

Commit

Permalink
Merge pull request #399 from yarikoptic/bf-download_directory
Browse files Browse the repository at this point in the history
Do not specify "./" as the path on the server
  • Loading branch information
rcpeene authored Jun 18, 2024
2 parents 232cd15 + 8a39119 commit 121ec09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/download_nwb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
],
"source": [
"# patience isn't just a virtue, it's a requirement\n",
"my_dandiset.download_directory(\"./\", f\"{download_loc}/{dandiset_id}\")\n",
"my_dandiset.download_directory(\"\", f\"{download_loc}/{dandiset_id}\")\n",
"\n",
"print(f\"Downloaded directory to {download_loc}/{dandiset_id}\")"
]
Expand Down

0 comments on commit 121ec09

Please sign in to comment.