Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Dec 1, 2024
1 parent f79bb8d commit 263da46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/clica.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def import_risk_assessment(file, folder, project, name, matrix, create_all):
proba_map.get(scenario.residual_proba),
]:
print("Matrix doesn't match the labels used on your input file")
sys.exit(1)

if scenario.current_impact != "--":
data.update({"current_impact": impact_map.get(scenario.current_impact)})
if scenario.current_proba != "--":
Expand Down

0 comments on commit 263da46

Please sign in to comment.