changeset 367:0961c8a27939 draft

Uploaded
author francesco_lapi
date Thu, 04 Sep 2025 23:46:49 +0000
parents e051372b05af
children da9a1bced55b
files COBRAxy/custom_data_generator.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator.py	Thu Sep 04 23:44:19 2025 +0000
+++ b/COBRAxy/custom_data_generator.py	Thu Sep 04 23:46:49 2025 +0000
@@ -263,7 +263,7 @@
     else:
         merged.to_csv(ARGS.out_tabular, sep="\t", index=False)
 
-
+print("CustomDataGenerator: completed successfully")
 
 if __name__ == '__main__':
     main()
\ No newline at end of file