Skip to content

Commit 6d59707

Browse files
author
sprenger
committed
[TDT] pep8
1 parent 91c5939 commit 6d59707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/tdtrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def _parse_header(self):
243243
if self.tdt_block_mode == 'multi':
244244
# for multi block datasets the names of sev files are fixed
245245
store = info['StoreName'].decode('ascii')
246-
sev_stem = tankname + '_' + segment_name + '_' + store + '_ch' + str(chan_id)
246+
sev_stem = f'{tankname}_{segment_name}_{store}_ch{chan_id}'
247247
sev_filename = (path / sev_stem).with_suffix('.sev')
248248
else:
249249
# for single block datasets the exact name of sev files in not known

0 commit comments

Comments
 (0)