Skip to content

Commit 79a24c8

Browse files
h-mayorquinzm711
andauthored
Update src/spikeinterface/core/base.py
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent 1064105 commit 79a24c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/spikeinterface/core/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,8 @@ def load(file_path: Union[str, Path], base_folder: Optional[Union[Path, str, boo
799799
return extractor
800800

801801
else:
802-
error_msg = f"{file_path} is not a file or a folder. It should point out to either a json, pickle file or a
803-
folder that is the result of extractor.save(...)"
802+
error_msg = f"{file_path} is not a file or a folder. It should point out to either a json, pickle file or a "
803+
"folder that is the result of extractor.save(...)"
804804
raise ValueError(error_msg)
805805

806806
def __reduce__(self):

0 commit comments

Comments
 (0)