create result dir

This commit is contained in:
François Patron 2024-12-20 15:18:57 +01:00
parent 8a680ddfc3
commit 9d596f738c

View File

@ -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({