mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
linting
This commit is contained in:
@ -207,7 +207,6 @@ def parse(data, raw=False, quiet=False):
|
|||||||
tstamp = '-timestamp-' in line
|
tstamp = '-timestamp-' in line
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
||||||
# skip header rows
|
# skip header rows
|
||||||
if (procs or disk) and (line.startswith('procs') or line.startswith('disk')):
|
if (procs or disk) and (line.startswith('procs') or line.startswith('disk')):
|
||||||
continue
|
continue
|
||||||
|
@ -167,7 +167,6 @@ def parse(data, raw=False, quiet=False, ignore_exceptions=False):
|
|||||||
tstamp = '-timestamp-' in line
|
tstamp = '-timestamp-' in line
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|
||||||
# skip header rows
|
# skip header rows
|
||||||
if (procs or disk) and (line.startswith('procs') or line.startswith('disk')):
|
if (procs or disk) and (line.startswith('procs') or line.startswith('disk')):
|
||||||
continue
|
continue
|
||||||
|
Reference in New Issue
Block a user