fix(mofin_health): 清理已归档模块引用(meta_watchdog/branch_*/prune_branches)+修复语法

This commit is contained in:
xxm
2026-08-21 12:56:16 +08:00
parent 389cf06f4a
commit 6ed49a62de
+1 -6
View File
@@ -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'] = {