Skip to content

Commit

Permalink
🐛 Import IFLOGGER in Function Node
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Dec 13, 2024
1 parent 66f6aca commit 62c5b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CPAC/pipeline/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1257,8 +1257,9 @@ def gather_pipes(self, wf, cfg, all=False, add_incl=None, add_excl=None):
output_names=["output_bold"],
function=validate_outputs,
imports=[
"from CPAC.pipeline.utils import find_pixdim4, update_pixdim4"
"from CPAC.pipeline.utils import find_pixdim4, IFLOGGER, update_pixdim4"
],
as_module=True,
),
name=f"validate_bold_header_{resource_idx}_{pipe_x}",
)
Expand Down

0 comments on commit 62c5b10

Please sign in to comment.