mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 17:00:09 +00:00
wesnoth_addon_manager: Add missing trailing newline to _info.cfg
This commit is contained in:
parent
ab5cc6b03d
commit
dc15ae8d31
@ -138,7 +138,8 @@ if __name__ == "__main__":
|
||||
version="%s"
|
||||
uploads="%s"
|
||||
dependencies="%s"
|
||||
[/info]"""
|
||||
[/info]
|
||||
"""
|
||||
f.write(infowml %
|
||||
(version, uploads, dependencies))
|
||||
f.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user