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 247d50d commit 220ef47Copy full SHA for 220ef47
CPAC/utils/monitoring/custom_logging.py
@@ -324,6 +324,9 @@ def init_loggers(
324
"""Set up and configure loggers."""
325
from CPAC.utils.datasource import bidsier_prefix
326
327
+ if "subject_id" not in cpac_config:
328
+ cpac_config["subject_id"] = subject_id
329
+
330
set_up_logger(
331
f"{subject_id}_expectedOutputs",
332
filename=f'{bidsier_prefix(cpac_config["subject_id"])}_' 'expectedOutputs.yml',
0 commit comments