From 263da462d2462f68e9a9c93e6f08b3dee7bbacc1 Mon Sep 17 00:00:00 2001 From: Abderrahmane Smimite Date: Sun, 1 Dec 2024 13:26:55 +0100 Subject: [PATCH] fixup --- cli/clica.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/clica.py b/cli/clica.py index 5a930ea31..1b72564bf 100755 --- a/cli/clica.py +++ b/cli/clica.py @@ -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 != "--":