Skip to content

Commit

Permalink
tools: call close() explicitly in genv8constants.py
Browse files Browse the repository at this point in the history
PR-URL: #36606
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and targos committed May 1, 2021
1 parent 26d5965 commit 9990ec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/genv8constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,5 @@ def out_define():
#endif /* V8_CONSTANTS_H */
""")

outfile.close()

0 comments on commit 9990ec7

Please sign in to comment.