jenkins-bot has submitted this change and it was merged.
Change subject: pep8 changes ......................................................................
pep8 changes
Change-Id: I3aad0b30c05aa808f36ace84591440ce6c2ac35d --- M scripts/category.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/category.py b/scripts/category.py index 22ef129..73929cc 100755 --- a/scripts/category.py +++ b/scripts/category.py @@ -639,7 +639,7 @@ contextLength = 500 if full_text.startswith(u'[['): # probably an image # Add extra paragraph. - contextLength = full_text.find('\n\n', contextLength+2) + contextLength = full_text.find('\n\n', contextLength + 2) if contextLength > 1000 or contextLength < 0: contextLength = 500 print
pywikibot-commits@lists.wikimedia.org