Skip to content

Commit 08a7b83

Browse files
committed
Fix: Successfully generate risk matrix Excel file
1 parent 60128f2 commit 08a7b83

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/csv2xlsx.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
import sys
1010
from pathlib import Path
1111

12+
csv_path = "02-Matrices/risk_matrix.csv"
13+
14+
1215
# Colors for Risk Scoring (English Keys)
1316
COLORS = {
1417
'low': 'C6EFCE', # Light Green

0 commit comments

Comments
 (0)