Indent return of parsed_events correctly
This commit is contained in:
parent
96d6e9f050
commit
3d6c41538b
|
@ -110,7 +110,7 @@ def _parse_line(line):
|
|||
parsed_events.append(
|
||||
events.kick(logdatetime, invokeruid, clid)
|
||||
)
|
||||
return parsed_events
|
||||
return parsed_events
|
||||
|
||||
|
||||
def parse_logs(log_glob, ident_map=None, online_dc=True, *args, **kwargs):
|
||||
|
|
Loading…
Reference in New Issue