conftree: explicitely close the input file, else python sometimes complains
This commit is contained in:
parent
e8194dea9d
commit
6a8c53b566
@ -49,6 +49,7 @@ class ConfSimple(object):
|
||||
return
|
||||
|
||||
self._parseinput(f)
|
||||
f.close()
|
||||
|
||||
def _parseinput(self, f):
|
||||
appending = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user