add a pass
This commit is contained in:
parent
38b2e15c26
commit
683ca7347a
|
@ -830,6 +830,7 @@ class Interface:
|
||||||
|
|
||||||
def disable_dbus(self):
|
def disable_dbus(self):
|
||||||
if hasattr(self, 'remote') and self.remote is not None:
|
if hasattr(self, 'remote') and self.remote is not None:
|
||||||
|
pass
|
||||||
# FIXME: A handler is already registered for the path starting with path[0] = "org"
|
# FIXME: A handler is already registered for the path starting with path[0] = "org"
|
||||||
# so we need to unregister it from dbus
|
# so we need to unregister it from dbus
|
||||||
self.remote = None
|
self.remote = None
|
||||||
|
|
Loading…
Reference in New Issue