diff --git a/src/wormhole/cli/cmd_send.py b/src/wormhole/cli/cmd_send.py index 99052a9..3c9e814 100644 --- a/src/wormhole/cli/cmd_send.py +++ b/src/wormhole/cli/cmd_send.py @@ -125,7 +125,7 @@ class Sender: #finally: # if not notify.called: # notify.cancel() - yield w.when_verified() + verifier_bytes = yield w.when_verified() if args.verify: verifier = bytes_to_hexstr(verifier_bytes)