mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +00:00
Fixing logging for pylint
This commit is contained in:
parent
9ecc08c0c8
commit
254889e3fd
@ -49,7 +49,7 @@ def setup_scanner(hass, config, see):
|
||||
verify=True)
|
||||
except PyiCloudFailedLoginException as error:
|
||||
_LOGGER.exception(
|
||||
'Error logging into iCloud Service: {}'.format(error)
|
||||
'Error logging into iCloud Service: %s' % error
|
||||
)
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user