[Pywikipedia-l] SVN: [4821] trunk/pywikipedia/blockpageschecker.py
filnik at svn.wikimedia.org
filnik at svn.wikimedia.org
Sun Jan 6 12:49:19 UTC 2008
Revision: 4821
Author: filnik
Date: 2008-01-06 12:49:18 +0000 (Sun, 06 Jan 2008)
Log Message:
-----------
del: break put: continue, otherwise the while block has no sense
Modified Paths:
--------------
trunk/pywikipedia/blockpageschecker.py
Modified: trunk/pywikipedia/blockpageschecker.py
===================================================================
--- trunk/pywikipedia/blockpageschecker.py 2008-01-06 12:47:04 UTC (rev 4820)
+++ trunk/pywikipedia/blockpageschecker.py 2008-01-06 12:49:18 UTC (rev 4821)
@@ -235,7 +235,7 @@
break
else:
wikipedia.output(u'wrong entry, type "b", "g" or "n"')
- break
+ continue
if __name__ == "__main__":
try:
More information about the Pywikipedia-l
mailing list