We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4d17c commit ea6825eCopy full SHA for ea6825e
wdlgen/task.py
@@ -110,7 +110,7 @@ def get_string(self):
110
if self.optional:
111
# Ugly optional workaround: https://github.com/openwdl/wdl/issues/25#issuecomment-315424063
112
internal_pref = f'if defined({name}) then "{bc}" else ""'
113
- return f'${{{internal_pref}}}${{sep="{bc}" {name}}}'
+ return f'${{{internal_pref}}}${{sep=" {bc}" {name}}}'
114
return f'${{sep=" " prefix("{bc}", {name})}}'
115
116
options = []
0 commit comments