Skip to content

Commit 37b39a2

Browse files
Trottdanielleadams
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 7664f36 commit 37b39a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/genv8constants.py

+2
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)