We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a105ba commit de74aa1Copy full SHA for de74aa1
sentinel_ai.py
@@ -49,9 +49,7 @@ def report_summary():
49
print(f"High risk: {risk_counts['HIGH']}")
50
print(f"Medium risk: {risk_counts['MEDIUM']}")
51
print(f"Low risk: {risk_counts['LOW']}")
52
- print(
53
- f"Overall system risk: {
54
- color_risk(overall_risk)} ({overall_score}/100)")
+ print(f"Overall system risk: {color_risk(overall_risk)} ({overall_score}/100)")
55
56
except Exception as e:
57
print_error(f"Failed to generate report: {e}")
0 commit comments