updated execute runner script

This commit is contained in:
brb
2023-07-13 12:45:04 +02:00
parent 479674f807
commit 86834b1d7c
+1
View File
@@ -34,5 +34,6 @@ def clone_repository(
def execute_runner_script(path: Path) -> None:
script_list = RunnerScript.from_file(path)
for cmd in script_list:
print(cmd)
os.system(cmd)
logging.debug('finished')