forked from home-assistant/core
Fixing logging for pylint
This commit is contained in:
@@ -49,7 +49,7 @@ def setup_scanner(hass, config, see):
|
|||||||
verify=True)
|
verify=True)
|
||||||
except PyiCloudFailedLoginException as error:
|
except PyiCloudFailedLoginException as error:
|
||||||
_LOGGER.exception(
|
_LOGGER.exception(
|
||||||
'Error logging into iCloud Service: {}'.format(error)
|
'Error logging into iCloud Service: %s' % error
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user