Skip to content

Fix reading "fhi_72" section from yaml configuration file

Luis Pereira requested to merge yaml-72 into develop

The previous "way" to verify for oran section may work fine with the previous configuration file format, but in yaml it does not. The section "fhi_72" is an object and not a list, thus, the 'pl.numelt' after calling "config_getlist" is always 0

Merge request reports