[Pywikipedia-l] SVN: [5998] trunk/pywikipedia/checkimages.py
filnik at svn.wikimedia.org
filnik at svn.wikimedia.org
Sun Oct 19 09:55:04 UTC 2008
Revision: 5998
Author: filnik
Date: 2008-10-19 09:55:03 +0000 (Sun, 19 Oct 2008)
Log Message:
-----------
BUGFIX O_O continue instead of a break
Modified Paths:
--------------
trunk/pywikipedia/checkimages.py
Modified: trunk/pywikipedia/checkimages.py
===================================================================
--- trunk/pywikipedia/checkimages.py 2008-10-19 09:52:04 UTC (rev 5997)
+++ trunk/pywikipedia/checkimages.py 2008-10-19 09:55:03 UTC (rev 5998)
@@ -1629,7 +1629,7 @@
time.sleep(time_sleep)
elif repeat == False:
wikipedia.output(u"\t\t\t>> STOP! <<")
- continue # Exit
+ break # Exit
# Here there is the main loop. I'll take all the (name of the) images and then i'll check them.
if __name__ == "__main__":
More information about the Pywikipedia-l
mailing list