Skip to content
Snippets Groups Projects
Commit abe26c61 authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

make sure outputpath exists

parent adb969ec
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ task CollectColumns {
}
command {
set -e
mkdir -p $(dirname ~{outputPath})
collect-columns \
~{outputPath} \
~{sep=" " inputTables} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment