Commit 1a4ad061 by David Ormsbee

Merge pull request #5928 from edx/diana/fix-pylint-complaint

Fix pylint violation.
parents 3651f2c0 da5bfd45
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment