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