fix(scripts): in lv_conf_internal preserve newline value for updated … (#3923)

This commit is contained in:
Karim
2023-01-16 09:27:46 +01:00
committed by GitHub
parent 300c863cb3
commit cbcd38efc8

View File

@@ -17,7 +17,7 @@ if sys.version_info < (3,6,0):
exit(1)
fin = open(LV_CONF_TEMPLATE)
fout = open(LV_CONF_INTERNAL, "w")
fout = open(LV_CONF_INTERNAL, "w", newline='')
fout.write(
'''/**