Skip to content

fix: check that fgcs are not empty before proceding to further checks

Simon Mazenoux requested to merge fix-check-fcgs-is-not-empty into dev

Quick fix, the bug was spotted while writing the validation notebook for Zinur. Because the field fgcs could be empty, getting the value for fgcs['status'] without checking first could raise an AttributeError.

Merge request reports