Fixing logging for pylint

This commit is contained in:
Daren Lord 2015-12-04 09:23:05 -07:00
parent 9ecc08c0c8
commit 254889e3fd

View file

@ -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