You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warnings.warn("ignoring %r for file %r"% (err, path),
RuntimeWarning)
continue
See re. #1009, #1101, #1129, #1245, #1203. This seems to be particularly painful for Glances as well: nicolargo/glances#1203. As such I think it makes sense to simply skip the broken entry without emitting any warning.
The text was updated successfully, but these errors were encountered:
A lot of things can go wrong when reading temperatures from
/sys/class/hwmon/*
filesystem:psutil/psutil/_pslinux.py
Lines 1175 to 1184 in 45c0ebc
See re. #1009, #1101, #1129, #1245, #1203. This seems to be particularly painful for Glances as well: nicolargo/glances#1203. As such I think it makes sense to simply skip the broken entry without emitting any warning.
The text was updated successfully, but these errors were encountered: