-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
showcase-automation/launch_pipelines.py
Lines 111 to 112 in 9be9436
if not outdir.endswith("/"): | |
outdir += "/" |
The outdir
parameter should not end with a training slashed because this value is expected to be used as a prefix for other directory paths using the pattern ${params.outdir}/foo/bar
and therefore, the trailing slash with result in double slashes
See for example
Metadata
Metadata
Assignees
Labels
No labels