changeset 270:78705677f113 draft

Uploaded
author luca_milaz
date Mon, 08 Jul 2024 21:35:03 +0000
parents c4a4a328dc7e
children c50d814ca31e
files marea_2_0/ras_generator.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2_0/ras_generator.py	Mon Jul 08 21:32:07 2024 +0000
+++ b/marea_2_0/ras_generator.py	Mon Jul 08 21:35:03 2024 +0000
@@ -655,6 +655,10 @@
     # get args from frontend (related xml)
     global ARGS
     ARGS = process_args()
+
+    with open(ARGS.out_log, 'a') as log:
+        log.write(sys.version + "\n\n")
+    print(sys.version)
     
     # read dataset
     dataset = read_dataset(ARGS.input, "dataset")