Reading clock states and limits.
Traceback (most recent call last):
File "run.py", line 23, in <module>
wattman.main()
File "/home/chris/WattmanGTK/WattmanGTK/wattman.py", line 158, in main
card.get_states()
File "/home/chris/WattmanGTK/WattmanGTK/GPU.py", line 70, in get_states
self.pstate_clock.append(int(match.group(2)))
AttributeError: 'NoneType' object has no attribute 'group'
Error Message