Mercurial > repos > bimib > marea_2
changeset 117:1061a1cbca8c draft
Uploaded
author | luca_milaz |
---|---|
date | Sun, 21 Jul 2024 19:23:40 +0000 |
parents | 902921535134 |
children | 6e62587904d6 |
files | marea_2/ras_to_bounds.py |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2/ras_to_bounds.py Sun Jul 21 19:21:38 2024 +0000 +++ b/marea_2/ras_to_bounds.py Sun Jul 21 19:23:40 2024 +0000 @@ -152,7 +152,9 @@ ARGS.output_folder = 'ras_to_bounds/' - warning(ARGS.input_ras) + utils.logWarning( + ARGS.input_ras, + ARGS.out_log) boundsPath = utils.FilePath("bounds", ".csv", prefix = ARGS.output_folder) mediumPath = utils.FilePath("medium", ".csv", prefix = ARGS.output_folder)