add-resume #12

Merged
dan merged 7 commits from add-resume into dev 2023-12-07 19:38:19 +01:00
Showing only changes of commit fb7f6c3a37 - Show all commits

View file

@ -14,7 +14,12 @@ from pytest_abra.utils import rmtree
class Coordinator:
def __init__(
self, env_paths_list: list[Path], output_dir: Path, session_id: str, recipes_dir: Path, timeout: int
self,
env_paths_list: list[Path],
output_dir: Path,
session_id: str,
recipes_dir: Path,
timeout: int,
) -> None:
# logging
out_string = "".join([e.name + "\n" for e in env_paths_list])