Skip to content

Commit bc36abe

Browse files
Update src/spikeinterface/core/base.py
Co-authored-by: Chris Halcrow <57948917+chrishalcrow@users.noreply.github.com>
1 parent 3b84ee3 commit bc36abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spikeinterface/core/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ def load(file_path: Union[str, Path], base_folder: Optional[Union[Path, str, boo
799799

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

0 commit comments

Comments
 (0)