mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 17:01:06 +03:00
yaml metadata rewrite: correct blank line
This commit is contained in:
parent
c46dec925e
commit
fbd5e8772c
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ def write_yaml(mf, app):
|
|||
# inserting empty lines is not supported so we add a
|
||||
# bogus comment and over-write its value
|
||||
preformated.yaml_set_comment_before_after_key(f, 'bogus')
|
||||
preformated.ca.items[f][1][0].value = '\n'
|
||||
preformated.ca.items[f][1][-1].value = '\n'
|
||||
|
||||
ruamel.yaml.round_trip_dump(preformated, mf, indent=4, block_seq_indent=2)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue