Close log files after parsing
This commit is contained in:
parent
fec833d876
commit
a4c04e34c8
|
@ -185,4 +185,5 @@ def _parse_details(log_path, ident_map=None, clients=None, online_dc=True):
|
||||||
'Finished parsing of %s in %s seconds',
|
'Finished parsing of %s in %s seconds',
|
||||||
log_file.name, time() - start_time
|
log_file.name, time() - start_time
|
||||||
)
|
)
|
||||||
|
log_file.close()
|
||||||
return clients
|
return clients
|
||||||
|
|
Loading…
Reference in New Issue