audk/BaseTools/Source/Python/Workspace
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
..
BuildClassObject.py BaseTools: Add MaxSizeUserSet to Pcd deepcopy function 2019-02-19 20:32:42 +08:00
DecBuildData.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00
DscBuildData.py BaseTools: Fix a bug about Structure PCD 2019-02-22 15:47:15 +08:00
InfBuildData.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00
MetaDataTable.py BaseTools: the list and iterator translation 2019-02-01 11:09:24 +08:00
MetaFileCommentParser.py
MetaFileParser.py BaseTools: Explicitly close files after readlines 2019-03-15 15:38:59 +08:00
MetaFileTable.py BaseTools: Fixed incorrect line number in PcdValueInit.c 2019-02-02 10:28:56 +08:00
WorkspaceCommon.py Revert "BaseTools:BaseTools supports to the driver combination." 2019-02-28 10:01:53 +08:00
WorkspaceDatabase.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00
__init__.py