# HG changeset patch # User luca_milaz # Date 1721588035 0 # Node ID b5b7e46be22a5fecff3c0bdd4f58d4a358f6de36 # Parent 79eca0fb83b2c2ab5635ac51f6c68a1fe9fdd86a Uploaded diff -r 79eca0fb83b2 -r b5b7e46be22a marea_2/ras_to_bounds.py --- a/marea_2/ras_to_bounds.py Sun Jul 21 18:52:44 2024 +0000 +++ b/marea_2/ras_to_bounds.py Sun Jul 21 18:53:55 2024 +0000 @@ -124,9 +124,10 @@ if not os.path.exists('ras_to_bounds'): os.makedirs('ras_to_bounds') - ARGS.output_folder = 'ras_to_bounds/' + global ARGS - global ARGS + ARGS.output_folder = 'ras_to_bounds/' + ARGS = process_args(sys.argv) ARGS.output_types = ARGS.output_type.split(",")