From 17ae48897190bf813a6d11b03423f04b10112da1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:16:27 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CPAC/pipeline/engine.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CPAC/pipeline/engine.py b/CPAC/pipeline/engine.py index a526d857e..f99749c94 100644 --- a/CPAC/pipeline/engine.py +++ b/CPAC/pipeline/engine.py @@ -1073,7 +1073,9 @@ def post_process(self, wf, label, connection, json_info, pipe_idx, pipe_x, outs) def gather_pipes(self, wf, cfg, all=False, add_incl=None, add_excl=None): excl = [] substring_excl = [] - outputs_logger = getLogger(f'{cfg.get("subject_id", getattr(wf, "name", ""))}_expectedOutputs') + outputs_logger = getLogger( + f'{cfg.get("subject_id", getattr(wf, "name", ""))}_expectedOutputs' + ) expected_outputs = ExpectedOutputs() if add_excl: