Skip to content

Commit 83a0408

Browse files
committed
increase number of reading attempts
1 parent 4c366a9 commit 83a0408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/plexon2rawio/plexon2rawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def __init__(self, filename, pl2_dll_file_path=None):
128128

129129
self.pl2reader = PyPL2FileReader(pl2_dll_file_path=pl2_dll_file_path)
130130

131-
reading_attempts = 3
131+
reading_attempts = 10
132132
for attempt in range(reading_attempts):
133133
self.pl2reader.pl2_open_file(self.filename)
134134

0 commit comments

Comments
 (0)