summaryrefslogtreecommitdiffstats
path: root/module/obmc
diff options
context:
space:
mode:
Diffstat (limited to 'module/obmc')
-rw-r--r--module/obmc/wsgi/apps/rest_dbus.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/obmc/wsgi/apps/rest_dbus.py b/module/obmc/wsgi/apps/rest_dbus.py
index 6f800e9..03a039d 100644
--- a/module/obmc/wsgi/apps/rest_dbus.py
+++ b/module/obmc/wsgi/apps/rest_dbus.py
@@ -338,9 +338,9 @@ class MethodHandler(RouteHandler):
def find(self, path, method):
method_list = []
- busses = self.try_mapper_call(
+ buses = self.try_mapper_call(
self.mapper.get_object, path=path)
- for items in busses.items():
+ for items in buses.items():
m = self.find_method_on_bus(path, method, *items)
if m:
method_list.append(m)
OpenPOWER on IntegriCloud