Skip to content

Do not assume Condition payload contains a YAML::Node

Marco Clemencic requested to merge avoid-condition-as-yaml into master

With LHCb!3765 (merged), some changes introduced by !378 (merged) do not work anymore as the were relying on how the (inefficient) conversion from Condition to YAML::Node was implemented.

I'm reverting that bit of code as it's anyway useful only when the algorithm is migrated to Gaudi::Functional.

Merge request reports