diff --git a/deploy/profile-scripts/mofin_health.py b/deploy/profile-scripts/mofin_health.py index 461757ca..a258393b 100644 --- a/deploy/profile-scripts/mofin_health.py +++ b/deploy/profile-scripts/mofin_health.py @@ -1105,12 +1105,7 @@ def build_report(): 'summary': fh.get('summary'), 'checks': fh.get('checks', []), } except Exception: - self_check['functional'] = None - try: - 'generated_at': mw.get('generated_at'), 'status': mw.get('status'), - 'layers': mw.get('layers', []), - } - except Exception: + pass try: hy = json.loads((LOGS / 'hygiene_report.json').read_text(encoding='utf-8')) self_check['hygiene'] = {