From bdf1eb592cb33af56571fac88a386d3a6e3e8001 Mon Sep 17 00:00:00 2001 From: bcalmel <blaise.calmel@inrae.fr> Date: Wed, 26 Jul 2023 15:14:48 +0200 Subject: [PATCH] Delete path --- run_MAP.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/run_MAP.py b/run_MAP.py index f8ba5a8..733f525 100644 --- a/run_MAP.py +++ b/run_MAP.py @@ -71,8 +71,6 @@ units = {'L': 1, 'Q': 1, 'A': 1, 'V': 1, 'label_L': '(m)', 'label_Q': '(m3/s)', with open(os.getcwd()+'\\path_file.txt', 'r') as f: path_window = f.readlines(0) - -# path_results = r'C:\Users\blaise.calmel\Documents\2_QRev_updates\6_Update_qrev\Results' path_results = path_cwd + '\Results' if not os.path.exists(path_results): os.makedirs(path_results) -- GitLab