Skip to content

Commit

Permalink
G2-1689 Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gdgib committed Jan 2, 2025
1 parent 259512b commit 46e372b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ async def receivedWriteParamList(self, changes):
"""Handle the response to a change requested on an object."""

try:
async self._applyUpdates(changes)
await self._applyUpdates(changes)

except Exception as err:
_LOGGER.error(f"CONTROLLER: receivedWriteParamList {err}")
Expand Down

0 comments on commit 46e372b

Please sign in to comment.