add-resume #12
1 changed files with 6 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue