audk/BaseTools/Source
mjohn4 b0189eac00 BaseTools: Explicitly close files after readlines
Rework some file open().readlines to open, readlines, close.
This prevents excessive file handles being open at the same time,
which may be a problem with alternative python environments.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael Johnson <michael.johnson@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
2019-03-15 15:38:59 +08:00
..
C BaseTools: Fixed the issue of BaseTools Make cleanall failed. 2019-03-15 15:38:59 +08:00
Python BaseTools: Explicitly close files after readlines 2019-03-15 15:38:59 +08:00