mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
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:
parent
69d43053de
commit
e6b0829d76
6 changed files with 13 additions and 0 deletions
|
|
@ -213,3 +213,5 @@ for c in list(old_doc):
|
|||
for c in list(new_doc):
|
||||
write_class(c)
|
||||
write_string(f, '</doc>\n')
|
||||
|
||||
f.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue