master.cf: submission: CSV must not use blank
Would produce: "fatal: unexpected command-line argument: nameofsetting,"
This commit is contained in:
parent
84605b0237
commit
0c489c03df
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
parameter, value)) -%}
|
||||
{%- elif value is iterable -%}
|
||||
{%- do additional_services['submission']['args'].append('-o %s=%s' % (
|
||||
parameter, ', '.join(value))) -%}
|
||||
parameter, ','.join(value))) -%}
|
||||
{%- endif -%}
|
||||
{%- endfor -%}
|
||||
{%- else -%}
|
||||
|
|
Loading…
Reference in a new issue