GaudiConfigDB2: Fragile handling of templated components
Hi @clemenci,
while playing with GaudiConfigDB2 I noticed a fragility with templated components.
Configurables.getByType("Alg<A,B>")
fails
Configurables.getByType("Alg<A, B>")
(with a space after the comma) works.
- Walter