Skip to content

Commit 236c36b

Browse files
Apply suggestion from @CodyCBakerPhD
1 parent d3476d0 commit 236c36b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

dandi/dandiapi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,6 @@ def get_dandiset(
569569
raise NotFoundError(
570570
f"No such Dandiset: {dandiset_id!r}. "
571571
"Verify the Dandiset ID is correct and that you have access. "
572-
f"View available Dandisets at {self.dandi_instance.gui}."
573572
)
574573
if version_id is not None and version_id != d.version_id:
575574
if version_id == DRAFT:

0 commit comments

Comments
 (0)