Simplify opening tmp file by using a context to have automatic closing
of the file descriptor.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 41920 Build 42252: arc lint + arc unit
Differential D71058
[LNT, NFC] Open tmp file in a context ClosedPublic Authored by thopre on Dec 5 2019, 5:07 AM.
Details Summary Simplify opening tmp file by using a context to have automatic closing
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 5 2019, 6:47 AM thopre added a child revision: D67881: [LNT] Python 3 support: replace xrange with Python3's range.Dec 5 2019, 7:04 AM thopre added a parent revision: D71057: [LNT] Replace assertEquals for assertEqual.Dec 5 2019, 8:40 AM
Revision Contents
Diff 232318 lnt/util/ImportData.py
|