summaryrefslogtreecommitdiffstats
path: root/pyhwmon
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-14 22:03:41 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-14 22:03:41 -0400
commit8224ff87c914861d28ed0dc6a251ba213a9ee607 (patch)
treed6d0cf390bba5aa07c7aad680c06c75ec115c392 /pyhwmon
parent5213a991a5a3bd107636f1b2cc3bbca560843462 (diff)
downloadtalos-skeleton-8224ff87c914861d28ed0dc6a251ba213a9ee607.tar.gz
talos-skeleton-8224ff87c914861d28ed0dc6a251ba213a9ee607.zip
Fix broken attempt at hwmon caching
This repairs a hwmon regression introduced with efc6897. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'pyhwmon')
-rw-r--r--pyhwmon/hwmon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyhwmon/hwmon.py b/pyhwmon/hwmon.py
index a91b761..d662213 100644
--- a/pyhwmon/hwmon.py
+++ b/pyhwmon/hwmon.py
@@ -55,7 +55,7 @@ class Hwmons():
with open(filename, 'w') as f:
f.write(str(value)+'\n')
- def should_update(attribute, value):
+ def should_update(self, attribute, value):
if attribute not in self.cache:
self.cache[attribute] = value
return True
OpenPOWER on IntegriCloud