Skip to content

Commit

Permalink
Merge pull request #182 from AurelienJaquier/fix-nwbreader
Browse files Browse the repository at this point in the history
fix nwbreader for when target_protocol is not present in data file
  • Loading branch information
AurelienJaquier authored May 30, 2024
2 parents 1ff6a64 + 1335c81 commit 57b7dc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bluepyefe/nwbreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ def read(self):
ec
for ec in self.content["data_organization"][cell_id]
if ec.lower() == ecode.lower()
)
),
None
)
if new_ecode:
logger.debug(
Expand Down

0 comments on commit 57b7dc0

Please sign in to comment.