Skip to content

Commit

Permalink
BUG: read_edf has_edfapi catch had too many None (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillForan authored Nov 13, 2024
1 parent 33a353c commit 1901330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eyelinkio/edf/read_edf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
edf_get_preamble_text_length,
edf_get_version,
edf_get_float_data,
) = [None] * 8
) = [None] * 7
has_edfapi = False
why_not = str(exp)

Expand Down

0 comments on commit 1901330

Please sign in to comment.