timofurrer / w1thermsensor

A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices.
MIT License
493 stars 113 forks source link

Piped modprobe output to /dev/null #9

Closed ianmtaylor1 closed 9 years ago

ianmtaylor1 commented 9 years ago

When the w1-gpio or w1-therm modules are not available, modprobe's output is displayed along with any output because of the KernelModuleLoadError. Programs may want to handle the KernelModuleLoadError and move on, not displaying any output or displaying output of their own choosing.

timofurrer commented 9 years ago

Thank you! I will release as soon as possible!

:beers: