fix(scripts): in lv_conf_internal preserve newline value for updated … (#3923)
This commit is contained in:
@@ -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(
|
||||
'''/**
|
||||
|
||||
Reference in New Issue
Block a user