Skip to content

Commit 304f06b

Browse files
committed
pykilosort: fix typo in log file output name
1 parent 0ea7365 commit 304f06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibllib/pipes/ephys_preprocessing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def _run(self, overwrite=False):
224224
logfile = ks2_dir.joinpath(f"spike_sorting_{self.SPIKE_SORTER_NAME}.log")
225225
if logfile.exists():
226226
shutil.copyfile(logfile, probe_out_path.joinpath(
227-
f"ibl_log.info_{self.SPIKE_SORTER_NAME}.log"))
227+
f"_ibl_log.info_{self.SPIKE_SORTER_NAME}.log"))
228228
out, _ = spikes.sync_spike_sorting(ap_file=ap_file, out_path=probe_out_path)
229229
out_files.extend(out)
230230
# convert ks2_output into tar file and also register

0 commit comments

Comments
 (0)