Fix missing space in error message between "accuracy" and "is" (#4542)

This commit is contained in:
Aaron Morris 2016-11-22 23:45:06 -05:00 committed by Paulus Schoutsen
parent 0827a26642
commit 65b85ec6c0

View file

@ -147,7 +147,7 @@ def setup_scanner(hass, config, see):
data_type, max_gps_accuracy, payload)
return None
if convert(data.get('acc'), float, 1.0) == 0.0:
_LOGGER.warning('Ignoring %s update because GPS accuracy'
_LOGGER.warning('Ignoring %s update because GPS accuracy '
'is zero: %s',
data_type, payload)
return None