From 6ed49a62de779cc8100fcdcefc133a4bc0a126d4 Mon Sep 17 00:00:00 2001 From: xxm Date: Fri, 21 Aug 2026 12:56:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(mofin=5Fhealth):=20=E6=B8=85=E7=90=86?= =?UTF-8?q?=E5=B7=B2=E5=BD=92=E6=A1=A3=E6=A8=A1=E5=9D=97=E5=BC=95=E7=94=A8?= =?UTF-8?q?(meta=5Fwatchdog/branch=5F*/prune=5Fbranches)+=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/mofin_health.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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'] = {