Skip to content

Commit

Permalink
Follow @coderabbitai suggestion without tripping G004
Browse files Browse the repository at this point in the history
  • Loading branch information
CoMPaTech committed Aug 21, 2024
1 parent 18b1198 commit 349d934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/stromer/stromer.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ async def stromer_detect(self) -> dict:
except Exception as e:
log = f"Stromer unable to fetch full data: {e}"
LOGGER.error(log)
raise ApiError from e

log = f"Stromer full_data : {self.full_data}"
LOGGER.debug(log)
Expand Down

0 comments on commit 349d934

Please sign in to comment.