Skip to content

~ remove_if() fix for per-part specs

Renat Dusaev requested to merge hotfix-per-part-specs-empty-names-issue into master

Forgot 2nd argument in container.erase(std::remove_if(...), container.end()) which prevents per-part specifications to be forwarded to conddb's updates queue. Effectively, caused runtime error:

terminate called after throwing an instance of 'std::runtime_error'
  what():  ERROR: Init_SADC_Calibs() Can not handle calibration for ""
```.

Merge request reports