Nothing Special   »   [go: up one dir, main page]

r9912 pywikipedia - Code Review archive

Repository:pywikipedia
Revision:r9911‎ | r9912 | r9913 >
Date:20:39, 19 February 2012
Author:drtrigon
Status:ok
Tags:
Comment:
removed artifact from DrTrigonBot
Modified paths:
  • /trunk/pywikipedia/clean_sandbox.py (modified) (history)

Diff [purge]

Index: trunk/pywikipedia/clean_sandbox.py
@@ -185,7 +185,7 @@
186186 if self.user:
187187 endpos = pos + len(translatedContent.strip())
188188 if (pos < 0) or (endpos == len(text)):
189 - pywikibot.output(u'The user sandbox is still clean or not set up, no change necessary.')
 189+ pywikibot.output(u'The user sandbox is still clean, no change necessary.')
190190 else:
191191 sandboxPage.put(text[:endpos], translatedMsg)
192192 pywikibot.output(u'Standard content was changed, user sandbox cleaned.')

Status & tagging log