high_cpu_parser.py is broken on Ubuntu Bionic
folti opened this issue · 4 comments
folti commented
Greetings,
Since MR #17, running linux/high_cpu_parser.py
with the --group 1
option on an Ubuntu Bionic system, with both stock versions of Python (2.7.17 and 3.6.9) results in the following error:
# python high_cpu_parser.py --group 1 < x.json
Traceback (most recent call last):
File "high_cpu_parser.py.1", line 28, in <module>
groups[name][0] = groups[name] + cnt
TypeError: unsupported operand type(s) for +: 'set' and 'int'
jponf commented
maximvelichko commented
folti commented
Hello, yes, it works on bionic now.
jponf commented
@folti and @maximvelichko, since #58 have been merged I believe this issue can be closed now :)