summaryrefslogtreecommitdiffstats
path: root/pytools
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-10-11 17:32:40 +1030
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-16 15:10:26 +0000
commit82b4b816f98659e18abc983c2cf801b807e647fc (patch)
tree7ea3266599cbc4bc8f4ae7eba9de428be14f3e61 /pytools
parentdc56a93b035e7d2528600f16698307620e0a564b (diff)
downloadtalos-skeleton-82b4b816f98659e18abc983c2cf801b807e647fc.tar.gz
talos-skeleton-82b4b816f98659e18abc983c2cf801b807e647fc.zip
pytools: obmcutil: Rename prop to dbus_prop
Change-Id: I4c4a3dd142650f60271011f2dce096166c9917a4 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'pytools')
-rw-r--r--pytools/obmcutil4
1 files changed, 2 insertions, 2 deletions
diff --git a/pytools/obmcutil b/pytools/obmcutil
index f3fd671..a9b298f 100644
--- a/pytools/obmcutil
+++ b/pytools/obmcutil
@@ -119,8 +119,8 @@ def main():
if(property_value is not None):
dbus_iface.Set(iface, property_name, property_value)
else:
- prop = dbus_iface.Get(iface, property_name)
- print '{:<20}'.format(property_name+": ") + str(prop)
+ dbus_prop = dbus_iface.Get(iface, property_name)
+ print '{:<20}'.format(property_name+": ") + str(dbus_prop)
else:
dbus_iface = dbus.Interface(dbus_obj, "org.freedesktop.DBus.Properties")
props = dbus_iface.GetAll(iface)
OpenPOWER on IntegriCloud