commit | 927d9e2bd5b8659308b198361fc4a0e4e789a9e4 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 01 13:17:36 2016 -0500 |
committer | GitHub <noreply@github.com> | Fri Jul 01 13:17:36 2016 -0500 |
tree | f1c0f8b3975a4f7ac4eaad1c50dec082fa328d39 | |
parent | 332f143ea1305c387ae0611f402a976baaa1b6e1 [diff] | |
parent | e7e7e13958a5fcd85d193de4ac1ad4fd428b60ec [diff] |
Merge pull request #125 from bradbishop/revert-fixup hwmon: attribute is not polled after failure
diff --git a/pyhwmon/hwmon.py b/pyhwmon/hwmon.py index e5dc19a..bb363dc 100644 --- a/pyhwmon/hwmon.py +++ b/pyhwmon/hwmon.py
@@ -65,6 +65,7 @@ self.writeAttribute(attribute,rtn[1]) except: print "HWMON: Attibute no longer exists: "+attribute + self.sensors.pop(objpath,None) return False