1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Fix typing warning / hardware (#1277)

This commit is contained in:
Pascal Vizeli
2019-09-02 15:45:31 +02:00
committed by GitHub
parent 435a1096ed
commit b0dd043975

View File

@@ -159,5 +159,5 @@ class Hardware:
if proc.returncode == 0:
return
_LOGGER.waring("udevadm device triggering fails!")
_LOGGER.warning("udevadm device triggering fails!")
raise HardwareNotSupportedError()