We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab379ab commit 5012821Copy full SHA for 5012821
.github/locales.py
@@ -61,5 +61,6 @@
61
with open(file, 'wb') as fp:
62
fp.write(b'<?xml version="1.0" encoding="utf-8"?>\n')
63
tree.write(fp, encoding="utf-8", method="xml", pretty_print=True, xml_declaration=False)
64
+ fp.write(b'\n')
65
except ET.ParseError as ex:
66
print(f"[{file}] {ex}")
0 commit comments