From 35d0df0ebacaccdb2ca5a4bed9b602c2389efe74 Mon Sep 17 00:00:00 2001 From: Abdallah Ammar Date: Fri, 15 Nov 2024 19:13:05 +0100 Subject: [PATCH] create input dir --- tests/lunch_bench.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/lunch_bench.py b/tests/lunch_bench.py index 617ec5d..1d4f0d8 100644 --- a/tests/lunch_bench.py +++ b/tests/lunch_bench.py @@ -210,9 +210,11 @@ def main(): work_path.mkdir(parents=True, exist_ok=True) print(f"Directory '{work_path}' created.\n") - # to save QuAcK output + # for I/O if not os.path.exists("{}/test".format(work_path)): os.makedirs("{}/test".format(work_path)) + if not os.path.exists("{}/input".format(work_path)): + os.makedirs("{}/input".format(work_path)) test_failed = False for mol in molecules: