changeset 55:f76b1d0b912f draft

Uploaded
author luca_milaz
date Sat, 12 Oct 2024 20:16:20 +0000
parents 81f310854565
children 9688ad27287b
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:13:03 2024 +0000
+++ b/COBRAxy/ras_to_bounds.py	Sat Oct 12 20:16:20 2024 +0000
@@ -218,7 +218,7 @@
 
     if(ARGS.ras_selector == True):
         ras_file_list = ARGS.input_ras.split(",")
-        if(len(ras_list)>1):
+        if(len(ras_file_list)>1):
             ras_class_names = [cls.strip() for cls in ARGS.classes.split(',')]
         else:
             ras_class_names = ["placeHolder"]