https://bugzilla.wikimedia.org/show_bug.cgi?id=55198

--- Comment #5 from Nemo <federicol...@tiscali.it> ---
nocontent or nocontents?

$ grep nocontent pagefromfile.py
-nocontent      If page has this statment it dosen't append
                (example: -nocontents:"{{infobox")
                 dry, nocontents):
        self.nocontent = nocontents
            if self.nocontent != u'':
                if pagecontents.find(self.nocontent) != -1 or
pagecontents.find(self.nocontent.lower()) != -1:
                    pywikibot.output(u'Page has %s so it is skipped' %
(self.nocontent))
    nocontents = u""
        elif arg.startswith('-nocontent:'):
            nocontents = arg[11:]
                            pywikibot.simulate, nocontents)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to