https://bugzilla.wikimedia.org/show_bug.cgi?id=72504
John Mark Vandenberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |NEW CC| |[email protected] Version|core (2.0) |compat (1.0) --- Comment #6 from John Mark Vandenberg <[email protected]> --- bug fixed in core; the same bug exists in the same script in compat. >>> import wikipedia.py >>> from wikipedia import pywikibot >>> s = pywikibot.Site('en', 'lyricwiki') >>> s.mediawiki_message('wikieditor-toolbar-tool-redirect-example') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "wikipedia.py", line 7645, in mediawiki_message raise KeyError("message '%s' does not exist." % key) KeyError: "message 'wikieditor-toolbar-tool-redirect-example' does not exist." -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
