Skip to content

Commit 00690a5

Browse files
committed
run black
1 parent fea322e commit 00690a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/spikeglxrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def scan_files(dirname):
299299
info_list.append(info)
300300

301301
if len(info_list) == 0:
302-
raise FileNotFoundError(f'No appropriate combination of .meta and .bin files were detected in {print(dirname)}')
302+
raise FileNotFoundError(f"No appropriate combination of .meta and .bin files were detected in {dirname}")
303303

304304
# the segment index will depend on both 'gate_num' and 'trigger_num'
305305
# so we order by 'gate_num' then 'trigger_num'

0 commit comments

Comments
 (0)