future fix comment by nebulam
This commit is contained in:
parent
277e040c0d
commit
b04b202832
|
@ -209,6 +209,7 @@ Please specify account for sending the message.') % sys.argv[2])
|
||||||
self.service = self.sbus.get_service(SERVICE)
|
self.service = self.sbus.get_service(SERVICE)
|
||||||
interface = self.service.get_object(OBJ_PATH, INTERFACE)
|
interface = self.service.get_object(OBJ_PATH, INTERFACE)
|
||||||
else:
|
else:
|
||||||
|
#say to nkour that this should be Unknown D-Bus version: %s (thanks nebulam)
|
||||||
send_error(_('Unknown dbus version: %s') % _version)
|
send_error(_('Unknown dbus version: %s') % _version)
|
||||||
|
|
||||||
# get the function asked
|
# get the function asked
|
||||||
|
|
Loading…
Reference in New Issue