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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()