Xqt has submitted this change and it was merged.
Change subject: [PEP8]} changes for catlib.py
......................................................................
[PEP8]} changes for catlib.py
Change-Id: I008192a9fc6f3953e6c15eeea186b2a0b7336c10
---
M catlib.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/catlib.py b/catlib.py
index 02834b9..f1cde8b 100644
--- a/catlib.py
+++ b/catlib.py
@@ -547,7 +547,7 @@
talkpage.put(u"==Authors==\n%s-~~~~" % authors,
u"Bot:Listifying authors")
else:
- talkpage.put(talktext+u"\n==Authors==\n%s-~~~~" % authors,
+ talkpage.put(talktext + u"\n==Authors==\n%s-~~~~" %
authors,
u"Bot:Listifying authors")
targetCat.put(self.get(), creationSummary)
return True
@@ -587,7 +587,7 @@
re.IGNORECASE | re.MULTILINE | re.DOTALL)
pageText = matchcomment.sub('', pageText)
pos = 0
- while (pageText[pos:pos+1] == "\n"):
+ while (pageText[pos:pos + 1] == "\n"):
pos = pos + 1
pageText = pageText[pos:]
return pageText
--
To view, visit https://gerrit.wikimedia.org/r/95762
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I008192a9fc6f3953e6c15eeea186b2a0b7336c10
Gerrit-PatchSet: 2
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits