changeset 54:81f310854565 draft

Uploaded
author luca_milaz
date Sat, 12 Oct 2024 20:13:03 +0000
parents 4f11c68210a7
children f76b1d0b912f
files COBRAxy/ras_to_bounds.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/ras_to_bounds.py	Sat Oct 12 20:10:59 2024 +0000
+++ b/COBRAxy/ras_to_bounds.py	Sat Oct 12 20:13:03 2024 +0000
@@ -217,7 +217,7 @@
     ARGS.output_folder = 'ras_to_bounds/'
 
     if(ARGS.ras_selector == True):
-        ras_file_list = ARGS.ras_selector.split(",")
+        ras_file_list = ARGS.input_ras.split(",")
         if(len(ras_list)>1):
             ras_class_names = [cls.strip() for cls in ARGS.classes.split(',')]
         else: