From c66519e40218595dc325a29b1bb8ad9d534dcd6a Mon Sep 17 00:00:00 2001 From: Lucian Smith Date: Thu, 27 Jul 2023 15:10:53 -0700 Subject: [PATCH] Lint fix. --- biosimulators_utils/sedml/exec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biosimulators_utils/sedml/exec.py b/biosimulators_utils/sedml/exec.py index dfcc60f9..97e86319 100644 --- a/biosimulators_utils/sedml/exec.py +++ b/biosimulators_utils/sedml/exec.py @@ -540,7 +540,7 @@ def exec_task(task, variables, preprocessed_task=None, log=None, config=None, ** try: value = get_value_executer(change.model, variable, preprocessed_task) variable_values[variable.id] = value - except: + except Exception: # Even if the above fails, getting the value from the XML directly might be possible. pass if variable.id not in variable_values: