fix: syntax error — missing closing paren in scan summary builder

This commit is contained in:
Benjamin Admin
2026-04-28 17:41:11 +02:00
parent 6c0e76f96d
commit b06a33a5fe

View File

@@ -289,7 +289,7 @@ def _build_scan_summary(
f" Veraltet in DSE: {n_outdated}", f" Veraltet in DSE: {n_outdated}",
"", "",
f"Findings: {n_findings} ({high} mit hoher Prioritaet)", f"Findings: {n_findings} ({high} mit hoher Prioritaet)",
] ])
if findings: if findings:
parts.append("") parts.append("")