Skip to content

Commit fbb86e6

Browse files
authored
replace \t separator with a space
1 parent fe92f54 commit fbb86e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/command_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def get_pipeline_command():
5656
args += [
5757
"--work-dir", work_dir,
5858
"--outdir", output_dir,
59-
"--samples", "\t".join(custom_sample_list),
59+
"--samples", " ".join(custom_sample_list),
6060
]
6161
if adapt_samples:
6262
args += ["--adapt-samples"]

0 commit comments

Comments
 (0)