From 8e99a46d09ef21e9a1741eb333e16aaa08ac50f1 Mon Sep 17 00:00:00 2001 From: Marian Csontos Date: Thu, 18 May 2017 12:52:46 +0200 Subject: [PATCH] lvmdbusd: Fix missed rename Introduced By: e53454d6 (2.02.169) Related: RHBZ#1348688 --- daemons/lvmdbusd/automatedproperties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/lvmdbusd/automatedproperties.py b/daemons/lvmdbusd/automatedproperties.py index 68cea6e2b..e188fa4d5 100644 --- a/daemons/lvmdbusd/automatedproperties.py +++ b/daemons/lvmdbusd/automatedproperties.py @@ -100,7 +100,7 @@ class AutomatedProperties(dbus.service.Object): raise dbus.exceptions.DBusException( obj._ap_interface, 'The object %s does not implement the %s interface' - % (self.__class__, interface_name)) + % (obj.__class__, interface_name)) @dbus.service.method(dbus_interface=dbus.PROPERTIES_IFACE, in_signature='s', out_signature='a{sv}',