fix(mofin_health): 清理已归档模块引用(meta_watchdog/branch_*/prune_branches)+修复语法
This commit is contained in:
@@ -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'] = {
|
||||
|
||||
Reference in New Issue
Block a user