Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilP authored Mar 21, 2024
1 parent b209ac8 commit 2391322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/deltadore_tydom/tydom/MessageHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ async def parse_devices_cdata(self, parsed):
type_of_id,
)

except Exception as e:
except Exception:
LOGGER.exception('Error when parsing msg_cdata')
return devices

Expand Down

0 comments on commit 2391322

Please sign in to comment.