1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

fix comment

This commit is contained in:
Kelly Brazil
2022-03-09 16:07:17 -08:00
parent 21f27f26c8
commit c52ca20e28

View File

@ -206,7 +206,7 @@ def parse(
if not data_list:
raise ParseError('Could not parse pidstat output. Make sure to use "pidstat -h".')
# normalize headers
# normalize header
data_list[0] = data_list[0].replace('#', ' ')\
.replace('/', '_')\
.replace('%', 'percent_')\