Devs asked for missing ZC dids to be erroneous

Change-Id: Id6b4b478e7f7d465062ceb1a44de27d8d73d9ce8
This commit is contained in:
Henrik Wahlqvist 2024-09-13 10:27:24 +02:00
parent fda739bc13
commit ecdf390a2c

View File

@ -639,7 +639,7 @@ class ZCDIDs(ProblemLogger):
dids_not_in_yaml = set(self.project_dids.keys()) - set(yaml_dids.keys())
for did in dids_not_in_yaml:
self.warning(f'DID {did} not defined in project diagnostics yaml file.')
self.critical(f'DID {did} not defined in project diagnostics yaml file.')
for did, did_data in yaml_dids.items():
if did not in self.project_dids: