linting
This commit is contained in:
parent
aff7827bcd
commit
8eeac7f368
@ -79,7 +79,7 @@ class Prepender:
|
||||
def __enter__(self):
|
||||
return self
|
||||
|
||||
def __exit__(self, type, value, traceback):
|
||||
def __exit__(self, host_type, value, traceback):
|
||||
if self.__write_queue:
|
||||
self.__open_file.writelines(self.__write_queue)
|
||||
self.__open_file.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user