Close included files after reading
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 15 Aug 2021 15:13:32 +0000 (15:13 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 15 Aug 2021 15:58:26 +0000 (15:58 +0000)
commit8e082a95481d8f6f30a29f4a95fdd46d24ed992f
treea896a546f899674a867af69036ffa955a475ab97
parentcc12b30f1d2a6b0007e39e16fdc3952165a2a730
Close included files after reading

Use a context block where raw files are included by our macro
replacement routine, so that we'll close the file descriptors once
we're finished reading them in.
mudpy/misc.py