Xqt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295990

Change subject: [fixed] remove rstrip() because T137637 has been fixed
......................................................................

[fixed] remove rstrip() because T137637 has been fixed

Change-Id: I059a3d3dbcb28641d2a4c4358b1abbfd29dbd28f
---
M checkvotes.py
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/bots/xqbot 
refs/changes/90/295990/1

diff --git a/checkvotes.py b/checkvotes.py
index 5a7a3d9..ac24702 100644
--- a/checkvotes.py
+++ b/checkvotes.py
@@ -474,7 +474,6 @@
                     r'\n#:<s>\1</s> <small>nicht stimmberechtigt 
--~~~~</small>\n', [])
 
         text = head + text
-        text = text.rstrip()  # TODO: may removed when T137637 is fixed
         if self.userPut(page, page.text, text,
                         summary=self.summary + comment):
             for username in userlist:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I059a3d3dbcb28641d2a4c4358b1abbfd29dbd28f
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/bots/xqbot
Gerrit-Branch: master
Gerrit-Owner: Xqt <i...@gno.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to