diff options
author | Jayanth Othayoth <ojayanth@in.ibm.com> | 2017-03-30 00:02:35 -0500 |
---|---|---|
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | 2017-03-30 01:27:22 -0500 |
commit | 6b1f0f5063eff534ff9edae58253da56b8aea734 (patch) | |
tree | 6feb02893e7582dd1b082bb3a13a6f9bbc859ef0 /pystatemgr | |
parent | cf951db6eb9d3e3fd8af769adc6bebf3160b73bc (diff) | |
download | talos-skeleton-6b1f0f5063eff534ff9edae58253da56b8aea734.tar.gz talos-skeleton-6b1f0f5063eff534ff9edae58253da56b8aea734.zip |
Fix syntax error in discover_system_state.py
Resolves openbmc/openbmc#1409
Change-Id: I5d86d09859935b44e7f0d7019620cbfa50bddf0f
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'pystatemgr')
-rw-r--r-- | pystatemgr/discover_system_state.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pystatemgr/discover_system_state.py b/pystatemgr/discover_system_state.py index 03eb84f..ca49867 100644 --- a/pystatemgr/discover_system_state.py +++ b/pystatemgr/discover_system_state.py @@ -43,6 +43,7 @@ dbus_objects = { 'bus_name': 'org.openbmc.Sensors', 'object_name': '/org/openbmc/sensors/host/PowerSupplyRedundancy', 'interface_name': 'org.freedesktop.DBus.Properties' + }, 'turboallowed': { 'bus_name': 'org.openbmc.Sensors', 'object_name': '/org/openbmc/sensors/host/TurboAllowed', |