conftree: explicitely close the input file, else python sometimes complains

This commit is contained in:
Jean-Francois Dockes 2020-04-09 10:21:18 +01:00
parent e8194dea9d
commit 6a8c53b566

View File

@ -49,6 +49,7 @@ class ConfSimple(object):
return
self._parseinput(f)
f.close()
def _parseinput(self, f):
appending = False