Skip to content

Commit

Permalink
fix nwbreader for when target_protocol is not present in data file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed May 30, 2024
1 parent 1ff6a64 commit 1335c81
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 1335c81

Please sign in to comment.