fix unknown variable used
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
b1bb0c02a4
commit
7821f08e2e
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ class BugzillaProxy:
|
||||||
)
|
)
|
||||||
except xmlrpc.client.Fault as e:
|
except xmlrpc.client.Fault as e:
|
||||||
# Output something useful in args
|
# Output something useful in args
|
||||||
e.args = (data, e.faultCode, e.faultString)
|
e.args = (new_poc, e.faultCode, e.faultString)
|
||||||
raise
|
raise
|
||||||
except xmlrpc.client.ProtocolError as e:
|
except xmlrpc.client.ProtocolError as e:
|
||||||
e.args = ('ProtocolError', e.errcode, e.errmsg)
|
e.args = ('ProtocolError', e.errcode, e.errmsg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue