cmd_send: finally fix when_verified call
This commit is contained in:
parent
a446d4333e
commit
1b5a0289a8
|
@ -125,7 +125,7 @@ class Sender:
|
||||||
#finally:
|
#finally:
|
||||||
# if not notify.called:
|
# if not notify.called:
|
||||||
# notify.cancel()
|
# notify.cancel()
|
||||||
yield w.when_verified()
|
verifier_bytes = yield w.when_verified()
|
||||||
|
|
||||||
if args.verify:
|
if args.verify:
|
||||||
verifier = bytes_to_hexstr(verifier_bytes)
|
verifier = bytes_to_hexstr(verifier_bytes)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user