Skip to content

Commit 5e832c9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 146d34a commit 5e832c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/spikeinterface/sorters/basesorter.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,10 @@ def initialize_folder(cls, recording, output_folder, verbose, remove_existing_fo
145145
elif recording.check_serializability("pickle"):
146146
recording.dump(output_folder / "spikeinterface_recording.pickle", relative_to=output_folder)
147147
else:
148-
raise RuntimeError("This recording is not serializable and so can not be sorted. Consider `recording.save()` to save a "
149-
"compatible binary file.")
148+
raise RuntimeError(
149+
"This recording is not serializable and so can not be sorted. Consider `recording.save()` to save a "
150+
"compatible binary file."
151+
)
150152

151153
return output_folder
152154

0 commit comments

Comments
 (0)