Fix pylint violation.

This commit is contained in:
Diana Huang
2014-11-12 09:17:56 -05:00
parent 257b22e228
commit da5bfd45aa

View File

@@ -367,6 +367,7 @@ def _payment_accepted(order_id, auth_amount, currency, decision):
total_cost_currency=order.currency
)
)
#pylint: disable=attribute-defined-outside-init
ex.order = order
raise ex
else: