Skip to content

Commit 496a7d9

Browse files
jkrstulobozokopic
authored andcommitted
adminer client - receive error response fix
1 parent 66e14be commit 496a7d9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hat-event"
3-
version = "0.9.36"
3+
version = "0.9.37"
44
description = "Hat event"
55
readme = "README.rst"
66
requires-python = ">=3.10"

src_py/hat/event/adminer/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ async def _receive_loop(self):
106106

107107
if msg_data[0] == 'error':
108108
future.set_exception(AdminerError(msg_data[1]))
109+
continue
109110

110111
future.set_result(msg_data[1])
111112

0 commit comments

Comments
 (0)