[edk2] [PATCH v3 1/1] BaseTools: Explicitly close files after readlines

2018-11-01 Thread Michael Johnson
From: mjohn4 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 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael

[edk2] [PATCH v2 1/1] BaseTools: Explicitly close files after readlines

2018-11-01 Thread Michael Johnson
From: mjohn4 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 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael

[edk2] [PATCH v1 1/1] BaseTools: Explicitly close files after readlines

2018-11-01 Thread Michael Johnson
From: mjohn4 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 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael