Skip to content

Commit de74aa1

Browse files
committed
final: CI-safe table formatting
1 parent 9a105ba commit de74aa1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sentinel_ai.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ def report_summary():
4949
print(f"High risk: {risk_counts['HIGH']}")
5050
print(f"Medium risk: {risk_counts['MEDIUM']}")
5151
print(f"Low risk: {risk_counts['LOW']}")
52-
print(
53-
f"Overall system risk: {
54-
color_risk(overall_risk)} ({overall_score}/100)")
52+
print(f"Overall system risk: {color_risk(overall_risk)} ({overall_score}/100)")
5553

5654
except Exception as e:
5755
print_error(f"Failed to generate report: {e}")

0 commit comments

Comments
 (0)