mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 08:18:03 +02:00
contrib/rh-bkr: break lines after list substititions
Makes the resulting kickstart nicer.
This commit is contained in:
parent
2a729bdb78
commit
c13bfa00e7
1 changed files with 1 additions and 1 deletions
|
|
@ -753,7 +753,7 @@ class CmdSubmit(CmdBase):
|
||||||
if is_sequence(v):
|
if is_sequence(v):
|
||||||
if index is not None and index != '@':
|
if index is not None and index != '@':
|
||||||
raise Exception("Using index %s is not implemented" % index)
|
raise Exception("Using index %s is not implemented" % index)
|
||||||
v = ' '.join(v)
|
v = " \\\n\t".join(v)
|
||||||
replacement[key] = v
|
replacement[key] = v
|
||||||
return v
|
return v
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue