Skip to content

Commit b974454

Browse files
committed
pybennu-probe: fix reply handler using default instead of the one defined in pybennu-probe
1 parent ad983b1 commit b974454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybennu/pybennu/executables/pybennu_probe.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def main():
5757
endpoint = E.new_Endpoint()
5858
E.Endpoint_str_set(endpoint, args.endpoint)
5959
probe = client.Client(endpoint)
60-
probe.handler = handler
60+
probe.reply_handler = handler
6161

6262
msg = ""
6363
if args.command == 'query':

0 commit comments

Comments
 (0)