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 b33c91e commit 89da33bCopy full SHA for 89da33b
fmriprep/cli/run.py
@@ -223,6 +223,12 @@ def main():
223
write_derivative_description(config.execution.bids_dir, config.execution.fmriprep_dir)
224
write_bidsignore(config.execution.fmriprep_dir)
225
226
+ if failed_reports:
227
+ config.loggers.cli.error(
228
+ "Report generation was not successful for the following participants : %s.",
229
+ ", ".join(failed_reports),
230
+ )
231
+
232
if sentry_sdk is not None and failed_reports:
233
sentry_sdk.capture_message(
234
"Report generation was not successful for the following participants : %s.",
0 commit comments