From 9d596f738ce9cf60eb225e80d361751225abce07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Patron?= Date: Fri, 20 Dec 2024 15:18:57 +0100 Subject: [PATCH] create result dir --- tig-benchmarker/slave.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tig-benchmarker/slave.py b/tig-benchmarker/slave.py index 6e43400..2a04787 100644 --- a/tig-benchmarker/slave.py +++ b/tig-benchmarker/slave.py @@ -246,6 +246,7 @@ def main( if not os.path.exists(tig_worker_path): raise FileNotFoundError(f"tig-worker not found at path: {tig_worker_path}") os.makedirs(download_wasms_folder, exist_ok=True) + os.makedirs(output_path, exist_ok=True) session = requests.Session() session.headers.update({