We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e3e15 commit 24f1796Copy full SHA for 24f1796
Framework/Core/src/WorkflowHelpers.cxx
@@ -974,7 +974,8 @@ WorkflowParsingState WorkflowHelpers::verifyWorkflow(const o2::framework::Workfl
974
if (DataSpecUtils::validate(input) == false) {
975
ss << "In spec " << spec.name << " input specification "
976
<< ii << " requires binding, description and origin"
977
- " to be fully specified";
+ " to be fully specified (found "
978
+ << input.binding << ":" << DataSpecUtils::describe(input) << ")";
979
throw std::runtime_error(ss.str());
980
}
981
0 commit comments