Skip to content
Snippets Groups Projects
Commit a6c39422 authored by alex's avatar alex
Browse files

Hotfix/skymodel name

parent 6938d209
No related branches found
No related tags found
1 merge request!172Hotfix/skymodel name
Pipeline #61592 passed
......@@ -23,7 +23,7 @@ arguments:
output = getTargetName(mss)
targetName = output['targetName'].lstrip().rstrip().replace(' ','_')
targetName = output['targetName'].lstrip().rstrip().replace(' ','')
cwl_output = {"targetName": targetName}
with open('./out.json', 'w') as fp:
......
......@@ -301,7 +301,7 @@ steps:
- id: plotFlag
default: true
- id: prefix
default: bbandpass_transfer_
default: bandpass_transfer_
out:
- id: output_plots
- id: logfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment