From ff5cb7b439923380c4780f620b999f8d1026c869 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Thu, 7 Sep 2023 10:53:43 +1000 Subject: [PATCH] touched up error message --- pydra/engine/specs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydra/engine/specs.py b/pydra/engine/specs.py index c31705be7d..466d102054 100644 --- a/pydra/engine/specs.py +++ b/pydra/engine/specs.py @@ -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