Skip to content

Commit 99a1ae7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 79a24c8 commit 99a1ae7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/spikeinterface/core/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,9 @@ 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 "
802+
error_msg = (
803+
f"{file_path} is not a file or a folder. It should point out to either a json, pickle file or a "
804+
)
803805
"folder that is the result of extractor.save(...)"
804806
raise ValueError(error_msg)
805807

0 commit comments

Comments
 (0)