summaryrefslogtreecommitdiffstats
path: root/pyhwmon
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-08 23:23:43 -0400
committerPatrick Williams <patrick@stwcx.xyz>2016-09-12 18:47:24 +0000
commitcf98415545b993e4a1e24cbea7ad076a6b5ebb1d (patch)
treebd18fa0b1ab638b54c1fa5c54da7f23bd25a6d2b /pyhwmon
parentdf32eea60e2b983991c8e14234a53779644659c2 (diff)
downloadtalos-skeleton-cf98415545b993e4a1e24cbea7ad076a6b5ebb1d.tar.gz
talos-skeleton-cf98415545b993e4a1e24cbea7ad076a6b5ebb1d.zip
hwmon: pep8 fixes
Change-Id: I7ffedd4592dd3efbf1b531ecf3b7fbfd1f95bc0c 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 12cfa05..b92a7d6 100644
--- a/pyhwmon/hwmon.py
+++ b/pyhwmon/hwmon.py
@@ -44,7 +44,7 @@ class Hwmons():
self.sensors = {}
self.hwmon_root = {}
- if have_system:
+ if have_system:
self.scanDirectory()
gobject.timeout_add(DIR_POLL_INTERVAL, self.scanDirectory)
OpenPOWER on IntegriCloud