http://www.mediawiki.org/wiki/Special:Code/pywikipedia/9161
Revision: 9161 Author: a_engels Date: 2011-04-12 05:42:26 +0000 (Tue, 12 Apr 2011) Log Message: ----------- Do go on working on pages when there is no interwiki: this might mean that there are interwikis to be removed.
Modified Paths: -------------- trunk/pywikipedia/interwiki.py
Modified: trunk/pywikipedia/interwiki.py =================================================================== --- trunk/pywikipedia/interwiki.py 2011-04-12 05:18:16 UTC (rev 9160) +++ trunk/pywikipedia/interwiki.py 2011-04-12 05:42:26 UTC (rev 9161) @@ -1748,8 +1748,6 @@ if new is None: # User said give up pywikibot.output(u"======Aborted processing %s======" % self.originPage.aslink(True)) return - if not len(new): # nothing else to do - return
# Make sure new contains every page link, including the page we are processing # TODO: sould be move to assemble()