Skip to content
Snippets Groups Projects
Commit 254889e3 authored by Daren Lord's avatar Daren Lord
Browse files

Fixing logging for pylint

parent 9ecc08c0
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ def setup_scanner(hass, config, see): ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment