.clearing._client: return early on cancel-dead-dialog attempts
parent
921e18728c
commit
0f8c685735
|
@ -132,6 +132,8 @@ class OrderClient(Struct):
|
||||||
f'Maybe there is a stale entry or line?\n'
|
f'Maybe there is a stale entry or line?\n'
|
||||||
f'You should report this as a bug!'
|
f'You should report this as a bug!'
|
||||||
)
|
)
|
||||||
|
return
|
||||||
|
|
||||||
fqme = str(cmd.symbol)
|
fqme = str(cmd.symbol)
|
||||||
return Cancel(
|
return Cancel(
|
||||||
oid=uuid,
|
oid=uuid,
|
||||||
|
|
Loading…
Reference in New Issue