mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-25 00:37:31 +02:00
use jc.utils for conversions
This commit is contained in:
@ -185,8 +185,8 @@ def _process(proc_data):
|
||||
for entry in proc_data:
|
||||
|
||||
int_list = ['epoch', 'size']
|
||||
for key in int_list:
|
||||
if key in entry:
|
||||
for key in entry:
|
||||
if key in int_list:
|
||||
entry[key] = jc.utils.convert_to_int(entry[key])
|
||||
|
||||
if 'build_date' in entry:
|
||||
|
Reference in New Issue
Block a user