# HG changeset patch # User luca_milaz # Date 1720445874 0 # Node ID c2981cdb2dd7e24aa1c349b11e59d00706213a1e # Parent 59830a48b19d8b7a698a85441b541612a1704331 Uploaded diff -r 59830a48b19d -r c2981cdb2dd7 marea_2_0/utils/general_utils.py --- a/marea_2_0/utils/general_utils.py Mon Jul 08 13:37:38 2024 +0000 +++ b/marea_2_0/utils/general_utils.py Mon Jul 08 13:37:54 2024 +0000 @@ -572,7 +572,7 @@ ext = ext if ext else file_path.ext try: if ext is FileFormat.XML: - return cobra.io.read_sbml_model("./" + file_path.show()) + return cobra.io.read_sbml_model(file_path.show()) if ext is FileFormat.JSON: return cobra.io.load_json_model(file_path.show())