Skip to content
Snippets Groups Projects
Commit ed5eb5a4 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Fixed spacing issue in DAG

parent 200fb5a3
No related branches found
No related tags found
1 merge request!1076WS-1013: Create the pims_split Workspaces workflow
Pipeline #6808 passed
......@@ -25,8 +25,8 @@ VARS {{.}} jobname="$(JOB)" split_dir="$({{.}})"
JOB FINISH write_finished_file.condor
PARENT RESTORE CHILD {{#splits}}{{.}}{{/splits}}
PARENT {{#splits}}{{.}}{{/splits}} CHILD FINISH
PARENT RESTORE CHILD {{#splits}}{{.}} {{/splits}}
PARENT {{#splits}}{{.}} {{/splits}} CHILD FINISH
"""
# Restore job
......
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