Skip to content

Commit 4016bd0

Browse files
committed
fix parenthesis
1 parent 99a1ae7 commit 4016bd0

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
@@ -801,8 +801,8 @@ def load(file_path: Union[str, Path], base_folder: Optional[Union[Path, str, boo
801801
else:
802802
error_msg = (
803803
f"{file_path} is not a file or a folder. It should point out to either a json, pickle file or a "
804+
"folder that is the result of extractor.save(...)"
804805
)
805-
"folder that is the result of extractor.save(...)"
806806
raise ValueError(error_msg)
807807

808808
def __reduce__(self):

0 commit comments

Comments
 (0)