Skip to content

Commit

Permalink
Remove unused branch case
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail authored Mar 1, 2024
1 parent ec32186 commit 87cc499
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pydra/engine/specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,6 @@ def collect_additional_outputs(self, inputs, output_dir, outputs):
input_value
)
additional_out[fld.name] = input_value
else:
additional_out[fld.name] = input_value
elif (
fld.default is None or fld.default == attr.NOTHING
) and not fld.metadata: # TODO: is it right?
Expand Down

0 comments on commit 87cc499

Please sign in to comment.