mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Reraise exception
This commit is contained in:
parent
466dd35f3d
commit
d2ba8ee0a7
@ -163,3 +163,4 @@ class WUndergroundData(object):
|
|||||||
except ValueError as err:
|
except ValueError as err:
|
||||||
_LOGGER.error("Check Wunderground API %s", err.args)
|
_LOGGER.error("Check Wunderground API %s", err.args)
|
||||||
self.data = None
|
self.data = None
|
||||||
|
raise
|
||||||
|
Loading…
x
Reference in New Issue
Block a user