[MediaWiki-commits] [Gerrit] [IMPR] fix username - change (pywikibot...xqbot)

2016-04-09 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: [IMPR] fix username
..


[IMPR] fix username

Change-Id: Ib0ff1893ea2a3756be1bc9fd01c19526357d2107
---
M checkvotes.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/checkvotes.py b/checkvotes.py
index 0c7ff9f..06ec3d7 100644
--- a/checkvotes.py
+++ b/checkvotes.py
@@ -280,7 +280,7 @@
 if username in problems:
 target_username = problems[username]
 else:
-target_username = username
+target_username = username.replace(' ', ' ')  # 
Scherzkekse
 if username in seen and last != username:
 pywikibot.output('%s already seen on this page' % username)
 continue

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib0ff1893ea2a3756be1bc9fd01c19526357d2107
Gerrit-PatchSet: 3
Gerrit-Project: pywikibot/bots/xqbot
Gerrit-Branch: master
Gerrit-Owner: Xqt 
Gerrit-Reviewer: Xqt 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] [IMPR] fix username - change (pywikibot...xqbot)

2016-04-09 Thread Xqt (Code Review)
Xqt has uploaded a new change for review.

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

Change subject: [IMPR] fix username
..

[IMPR] fix username

Change-Id: Ib0ff1893ea2a3756be1bc9fd01c19526357d2107
---
M checkvotes.py
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/checkvotes.py b/checkvotes.py
index 0c7ff9f..93577eb 100644
--- a/checkvotes.py
+++ b/checkvotes.py
@@ -280,7 +280,7 @@
 if username in problems:
 target_username = problems[username]
 else:
-target_username = username
+target_username = username.replace(' ', ' ')  # 
Scherzkekse 
 if username in seen and last != username:
 pywikibot.output('%s already seen on this page' % username)
 continue

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib0ff1893ea2a3756be1bc9fd01c19526357d2107
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/bots/xqbot
Gerrit-Branch: master
Gerrit-Owner: Xqt 

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