Skip to content

fix (XMLFilesReaderManager): _getDataQuality does not throw an error if DQ is not set

Christophe Haen requested to merge chaen/LHCbDIRAC:master_fix_getDQ into master

After the refactoring of getting the DQFlag, some warning turned into errors, stopping the execution flow. This is a problem, as for some runs, we do not have the DQ yet.

This reverts back the behavior.

BEGINRELEASENOTES

*BKK

FIX: _getDataQuality does not raise an error if the DQ is not set

ENDRELEASENOTES

Merge request reports