We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0218f4f commit f1a67c0Copy full SHA for f1a67c0
fmriprep/reports/core.py
@@ -76,6 +76,8 @@ def generate_reports(
76
77
if isinstance(subject_list, str):
78
subject_list = [subject_list]
79
+ if isinstance(session_list, str):
80
+ session_list = [session_list]
81
82
errors = []
83
for subject_label in subject_list:
0 commit comments