aristocratos / bpytop

Linux/OSX/FreeBSD resource monitor
Apache License 2.0
10.07k stars 397 forks source link

fix: tolerate smc error from osx-cpu-temp #405

Open branchvincent opened 10 months ago

branchvincent commented 10 months ago

Fixes #404

osx-cpu-temp can log error lines prior to the temp, which bpytop tries to parse as a float. Instead, only try to parse the last line of output.