Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Apr 19, 2024
1 parent 28faf36 commit b14efdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions element_array_ephys/export/nwb/nwb.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@


if ephys_no_curation.schema.is_activated():
from ... import ephys_no_curation as ephys
ephys = ephys_no_curation
else:
raise NotImplementedError(
f"This export function is only designed for the `ephys_no_curation` schema."
f"This export function is only designed for the `ephys_no_curation` schema. Please make sure this schema has been activated."
)


Expand Down

0 comments on commit b14efdd

Please sign in to comment.