Skip to content

Commit 51d7a97

Browse files
kannon92mr-c
authored andcommitted
feat: lint
1 parent cd3b59b commit 51d7a97

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/test_stdout_stderr_log_dir.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ def test_log_dir_echo_output() -> None:
1717

1818
def test_log_dir_echo_no_output() -> None:
1919
_, stdout, stderr = get_main_output(
20-
["--log-dir", "logs", get_data("tests/echo-stdout-log-dir.cwl"), "--inp", "hello"]
20+
[
21+
"--log-dir",
22+
"logs",
23+
get_data("tests/echo-stdout-log-dir.cwl"),
24+
"--inp",
25+
"hello",
26+
]
2127
)
2228
for dir in os.listdir("logs"):
2329
for file in os.listdir(f"logs/{dir}"):

0 commit comments

Comments
 (0)