fix(exec/temp):Handle exception from poll script's read function
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Sat, 31 Oct 2020 03:53:47 +0000 (03:53 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Sat, 31 Oct 2020 03:53:47 +0000 (03:53 +0000)
commitd9ebec8b314173e0cc5c766567882163adce599d
tree1156c2cfbf1d6c6d4a332b8de8b41b6741c7c450
parent09ab09f06e8c6acf20e3671c0468c45793b174bd
fix(exec/temp):Handle exception from poll script's read function

Script was exiting early. Adding exception handling in case
`read_temp()` fails.
exec/temperature/DS18B20..temp_poll.py