Work around bus-python bug with named exceptions

master
Dan Williams 18 years ago
parent 11320e8883
commit a2bd1194f3

@ -434,9 +434,8 @@ class NMInfo(object):
is closed.
"""
if canceled:
e = CanceledKeyRequestError("Request was canceled.")
# key dialog dialog was canceled; send the error back to NM
async_err_cb(e)
async_err_cb(CanceledKeyRequestError())
return
if not key or not auth_alg:

Loading…
Cancel
Save