Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2024
1 parent f8e09b1 commit 17ae488
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CPAC/pipeline/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 17ae488

Please sign in to comment.