changeset 198:cb0df5dfc742 draft

Uploaded
author francesco_lapi
date Wed, 31 Jul 2024 14:38:11 +0000
parents 036f93eca89c
children 2dbc0842124b
files marea_2/flux_to_map.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2/flux_to_map.py	Wed Jul 31 14:33:38 2024 +0000
+++ b/marea_2/flux_to_map.py	Wed Jul 31 14:38:11 2024 +0000
@@ -897,7 +897,7 @@
     
     for otherDataset in class_pat.keys():
         if otherDataset != ARGS.control: createOutputMaps(i, j, core_map)
-
+    print('Execution succeded')
     if not ERRORS: return
     utils.logWarning(
         f"The following reaction IDs were mentioned in the dataset but weren't found in the map: {ERRORS}",