enkore / i3pystatus

A complete replacement for i3status
https://i3pystatus.readthedocs.io/
MIT License
445 stars 188 forks source link

error following commit 0dad095 #664

Closed meriops closed 6 years ago

meriops commented 6 years ago

Hi, Following commit https://github.com/enkore/i3pystatus/commit/0dad095c079d689c829f7d71a3cb62ec90debedb, I get CpuUsage: TypeError: format() missing 1 required positional argument: 'format_string' . Is there something we should adjust in the configuration file to accomodate the change in the CpuUsage module? This is probably a dumb question but my python is too basic to figure that on my own... Thanks

Arvedui commented 6 years ago

Are you sure you are using a version that contains that commit? Because that is exactly the error I would expect with python 3.7 without that commit.

meriops commented 6 years ago

haha! Apparently not... It looks like I just need to be patient, or to use @verri's patch... Apologies for the noise...

Arvedui commented 6 years ago

Sorry I guess I was unclear. 0dad095c079d689c829f7d71a3cb62ec90debedb already fixes the problem for python 3.7. Just update i3pystatus to the current git master and you should be fine.