We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea322e commit 00690a5Copy full SHA for 00690a5
neo/rawio/spikeglxrawio.py
@@ -299,7 +299,7 @@ def scan_files(dirname):
299
info_list.append(info)
300
301
if len(info_list) == 0:
302
- raise FileNotFoundError(f'No appropriate combination of .meta and .bin files were detected in {print(dirname)}')
+ raise FileNotFoundError(f"No appropriate combination of .meta and .bin files were detected in {dirname}")
303
304
# the segment index will depend on both 'gate_num' and 'trigger_num'
305
# so we order by 'gate_num' then 'trigger_num'
0 commit comments