mirror of
https://github.com/home-assistant/core.git
synced 2025-08-15 02:21:40 +02:00
Reraise exception
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user