create result dir
This commit is contained in:
parent
8a680ddfc3
commit
9d596f738c
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user