changeset 372:d0a307c3ae36 draft default tip

Uploaded
author francesco_lapi
date Fri, 05 Sep 2025 00:19:08 +0000
parents 7c06cd54d4e4
children
files COBRAxy/custom_data_generator.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator.py	Thu Sep 04 23:59:21 2025 +0000
+++ b/COBRAxy/custom_data_generator.py	Fri Sep 05 00:19:08 2025 +0000
@@ -260,8 +260,8 @@
     ####
 
     if ARGS.output_format == "xlsx":
-        if not ARGS.out_xlsx.lower().endswith(".xlsx"):
-            ARGS.out_xlsx += ".xlsx"
+        #if not ARGS.out_xlsx.lower().endswith(".xlsx"):
+        #    ARGS.out_xlsx += ".xlsx"
 
         merged.to_excel(ARGS.out_xlsx, index=False)
     else: