changeset 269:c4a4a328dc7e draft

Uploaded
author luca_milaz
date Mon, 08 Jul 2024 21:32:07 +0000
parents 5ee0f3b3ede4
children 78705677f113
files marea_2_0/utils/rps_generator.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2_0/utils/rps_generator.py	Mon Jul 08 17:26:11 2024 +0000
+++ b/marea_2_0/utils/rps_generator.py	Mon Jul 08 21:32:07 2024 +0000
@@ -232,6 +232,12 @@
     global ARGS
     ARGS = process_args()
 
+    with open(ARGS.out_log, 'a') as log:
+        log.write(sys.version + "\n\n")
+    print(sys.version)
+    
+    
+
     # TODO:use utils functions vvv
     with open(ARGS.tool_dir + '/local/pickle files/black_list.pickle', 'rb') as bl:
         black_list = pk.load(bl)