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