Skip to content

Commit 5b81fc8

Browse files
committed
Alter quotation format
1 parent 5e282fa commit 5b81fc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

i14/templates/dpc-template.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ spec:
5555
command: [bash]
5656
source: |
5757
python -m papermill /tmp/notebook.ipynb /tmp/notebook-parametrized.ipynb \
58-
-p inpath '{{`{{workflow.parameters.visitdir}}`}}'/scan/i14-'{{`{{inputs.parameters.singleFirst}}`}}'.nxs \
58+
-p inpath "{{`{{ workflow.parameters.visitdir }}`}}/scan/i14-{{`{{ inputs.parameters.singleFirst }}`}}.nxs" \
5959
-p process_configfile /tmp/config.yaml \
60-
-p outpath '{{`{{inputs.parameters.outputFolder}}`}}'
60+
-p outpath "{{`{{ inputs.parameters.outputFolder }}`}}"
6161
python -m jupyter nbconvert --execute --allow-errors --to html --output dpc --output-dir /tmp /tmp/notebook-parametrized.ipynb
6262
volumeMounts:
6363
- name: session
64-
mountPath: "{{`{{workflow.parameters.visitdir}}`}}"
64+
mountPath: "{{`{{ workflow.parameters.visitdir }}`}}"
6565
- name: tmp
6666
mountPath: /tmp
6767
outputs:
@@ -83,7 +83,7 @@ spec:
8383
volumes:
8484
- name: session
8585
hostPath:
86-
path: "{{`{{workflow.parameters.visitdir}}`}}"
86+
path: "{{`{{ workflow.parameters.visitdir }}`}}"
8787
type: Directory
8888
- name: dpc
8989
dag:

0 commit comments

Comments
 (0)