Skip to content

Commit

Permalink
touched up error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 7, 2023
1 parent 8d56900 commit ff5cb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydra/engine/specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def collect_additional_outputs(self, inputs, output_dir, outputs):
),
):
raise TypeError(
f"Support for {fld.type} type, required for {fld.name} in {self}, "
f"Support for {fld.type} type, required for '{fld.name}' in {self}, "
"has not been implemented in collect_additional_output"
)
# assuming that field should have either default or metadata, but not both
Expand Down

0 comments on commit ff5cb7b

Please sign in to comment.