fix unknown variable used

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2019-11-22 19:01:15 +01:00
parent b1bb0c02a4
commit 7821f08e2e

View file

@ -267,7 +267,7 @@ class BugzillaProxy:
)
except xmlrpc.client.Fault as e:
# Output something useful in args
e.args = (data, e.faultCode, e.faultString)
e.args = (new_poc, e.faultCode, e.faultString)
raise
except xmlrpc.client.ProtocolError as e:
e.args = ('ProtocolError', e.errcode, e.errmsg)