Revision: 4962 Author: filnik Date: 2008-02-03 17:20:36 +0000 (Sun, 03 Feb 2008)
Log Message: ----------- Ooops, commented put lines to test, forgot to delete the comments
Modified Paths: -------------- trunk/pywikipedia/checkimages.py
Modified: trunk/pywikipedia/checkimages.py =================================================================== --- trunk/pywikipedia/checkimages.py 2008-02-03 17:15:39 UTC (rev 4961) +++ trunk/pywikipedia/checkimages.py 2008-02-03 17:20:36 UTC (rev 4962) @@ -993,13 +993,13 @@ wikipedia.output(u"The image description for %s does not contain a license template!" % imageName) notification = nn % imageName head = nh - #report(unvertext, imageName, notification, head, smwl) + report(unvertext, imageName, notification, head, smwl) continue else: wikipedia.output(u"%s has only text and not the specific license..." % imageName) notification = nn % imageName head = nh - #report(unvertext, imageName, notification, head, smwl) + report(unvertext, imageName, notification, head, smwl) continue # A little block to perform the repeat or to break. if repeat == True:
pywikipedia-l@lists.wikimedia.org