mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-26 18:46:29 +00:00
Update gdbus.py
This commit is contained in:
parent
0f4e557552
commit
b2e3b726d9
@ -63,7 +63,9 @@ class Dbus(object):
|
|||||||
try:
|
try:
|
||||||
data = await self._send(command)
|
data = await self._send(command)
|
||||||
except DBusError:
|
except DBusError:
|
||||||
_LOGGER.w
|
_LOGGER.error(
|
||||||
|
"Dbus fails with %s on %s", method, self.object_path)
|
||||||
|
raise
|
||||||
|
|
||||||
# Parse and return data
|
# Parse and return data
|
||||||
return self._gvariant(data)
|
return self._gvariant(data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user