Skip to content

Commit 642e5ca

Browse files
committed
Actually raise/stop
1 parent 8e2a08f commit 642e5ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/generate_ha_fixture.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ def generate_airos_fixtures() -> None:
5555

5656
except json.JSONDecodeError:
5757
_LOGGER.error("Skipping '%s': Not a valid JSON file.", filename)
58+
raise
5859
except Exception as e:
5960
_LOGGER.error("Error processing '%s': %s", filename, e)
61+
raise
6062

6163

6264
if __name__ == "__main__":

0 commit comments

Comments
 (0)