put args in newline
This commit is contained in:
parent
0b4e0a0c16
commit
fb7f6c3a37
1 changed files with 6 additions and 1 deletions
|
|
@ -14,7 +14,12 @@ from pytest_abra.utils import rmtree
|
||||||
|
|
||||||
class Coordinator:
|
class Coordinator:
|
||||||
def __init__(
|
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:
|
) -> None:
|
||||||
# logging
|
# logging
|
||||||
out_string = "".join([e.name + "\n" for e in env_paths_list])
|
out_string = "".join([e.name + "\n" for e in env_paths_list])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue