SCons: Ensure written files are properly flushed/closed

This broke at least the generation of AndroidManifest.xml with Python 3.13.1.
This commit is contained in:
Rémi Verschelde
2025-01-03 12:22:48 +01:00
parent 69d43053de
commit e6b0829d76
6 changed files with 13 additions and 0 deletions

View File

@@ -176,3 +176,4 @@ for x in functions:
f.write("\n\n")
f.write("}\n")
f.write("\n\n")
f.close()