Skip to content

Commit 5e4cfd7

Browse files
committed
chooser fix slash
1 parent d1eccf9 commit 5e4cfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

choose_ci_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ def dedupe(run_list: list, slash: str) -> list:
234234
if slash == "\\":
235235
run_list = [entry.replace("/", slash) for entry in run_list]
236236
with open(OUTPUT_FILE, "w") as fh:
237-
fh.write(" ".join(run_list))
237+
fh.write("\n".join(run_list))

0 commit comments

Comments
 (0)