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 742bfb4 commit 070eca8Copy full SHA for 070eca8
nwbwidgets/utils/dandi.py
@@ -13,7 +13,7 @@ def list_dandiset_files(dandiset_id: str):
13
dandiset = client.get_dandiset(dandiset_id=dandiset_id, version_id="draft")
14
return sorted(
15
[
16
- i.dict().get("path").split("/")[-1]
+ i.dict().get("path")
17
for i in dandiset.get_assets()
18
if i.dict().get("path").endswith(".nwb")
19
]
0 commit comments