Skip to content

fix: by_name returns None when name not found offline - #132

Open
VedantMadane wants to merge 1 commit into
HumanBrainProject:masterfrom
VedantMadane:fix/issue-130
Open

fix: by_name returns None when name not found offline#132
VedantMadane wants to merge 1 commit into
HumanBrainProject:masterfrom
VedantMadane:fix/issue-130

Conversation

@VedantMadane

Copy link
Copy Markdown

Summary

by_name returns None when name not found offline

Changes

  • by_name: use empty list default so missing names return None without TypeError

Fixes #130

- by_name: use empty list default so missing names return None without TypeError

Fixes HumanBrainProject#130

Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

by_name() raises TypeError instead of returning None when nothing matches

1 participant