Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
denisri committed Oct 9, 2024
1 parent 581380c commit c9cea08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capsul/pipeline/process_iteration.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def _run_process(self):
if hasattr(self.process, 'pipeline_node'):
iterative_parameters = [
p for p in iterative_parameters
if self.process.pipeline_node.plug[p].activated]
if self.process.pipeline_node.plugs[p].activated]

for parameter in iterative_parameters:
trait = self.trait(parameter)
Expand Down

0 comments on commit c9cea08

Please sign in to comment.