mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
comment fix
This commit is contained in:
@ -197,7 +197,7 @@ def process(proc_data):
|
|||||||
except (ValueError, TypeError):
|
except (ValueError, TypeError):
|
||||||
entry[key] = None
|
entry[key] = None
|
||||||
|
|
||||||
# convert OSX-style subnet mask to decimal
|
# convert OSX-style subnet mask to dotted quad
|
||||||
if 'ipv4_mask' in entry:
|
if 'ipv4_mask' in entry:
|
||||||
try:
|
try:
|
||||||
if entry['ipv4_mask'].find('0x') == 0:
|
if entry['ipv4_mask'].find('0x') == 0:
|
||||||
|
Reference in New Issue
Block a user