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 committed Dec 25, 2020
1 parent 36c17e2 commit 18fc50f
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 18fc50f

Please sign in to comment.