Skip to content

Commit 156698e

Browse files
committed
FIX: flake
1 parent 05df081 commit 156698e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eoglearn/datasets/eegeyenet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def fetch_eegeyenet(subject="EP10", run=1, fetch_dataset_kwargs=None):
6969
run = int(run)
7070
runs = get_subjects_runs(task=task)
7171
if subject not in runs or run not in runs[subject]:
72-
raise ValueError(f"subject {subject} and run {run} not available."
72+
raise ValueError(f"subject {subject} and run {run} not available. "
7373
"See get_subjects_runs() for information on "
7474
"available subjects and runs.")
7575

0 commit comments

Comments
 (0)