Skip to content

Commit 9990ec7

Browse files
Trotttargos
authored andcommitted
tools: call close() explicitly in genv8constants.py
PR-URL: #36606 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 26d5965 commit 9990ec7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/genv8constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,5 @@ def out_define():
113113
114114
#endif /* V8_CONSTANTS_H */
115115
""")
116+
117+
outfile.close()

0 commit comments

Comments
 (0)