Katie Horn has submitted this change and it was merged.

Change subject: fix double typo
......................................................................


fix double typo

Change-Id: I8ec331c45604b8ca70ed9791a2697e787e2c7a1a
---
M audit/paypal/TrrFile.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Katie Horn: Looks good to me, approved



diff --git a/audit/paypal/TrrFile.py b/audit/paypal/TrrFile.py
index 1d492b7..d32ec97 100644
--- a/audit/paypal/TrrFile.py
+++ b/audit/paypal/TrrFile.py
@@ -82,7 +82,7 @@
                 out = self.normalize_recurring(out)
             elif row['Transaction  Debit or Credit'] == 'DR':
                 # sic: double-space is coming from the upstream
-                log.info(-"Debit\t{id}\t{date}\tPayment 
to".format(id=out['gateway_txn_id'], date=out['date'])
+                log.info("-Debit\t{id}\t{date}\tPayment 
to".format(id=out['gateway_txn_id'], date=out['date']))
                 # This payment is from us!  Do not send to the CRM.
                 return
             else:

-- 
To view, visit https://gerrit.wikimedia.org/r/133758
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8ec331c45604b8ca70ed9791a2697e787e2c7a1a
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/tools
Gerrit-Branch: master
Gerrit-Owner: Adamw <[email protected]>
Gerrit-Reviewer: Katie Horn <[email protected]>
Gerrit-Reviewer: Mwalker <[email protected]>
Gerrit-Reviewer: Ssmith <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to