From: Nathan TeBlunthuis Date: Wed, 17 Nov 2021 00:53:21 +0000 (-0800) Subject: [Bugfix] Call the correct matchmake function. X-Git-Url: https://code.communitydata.science/mediawiki_dump_tools.git/commitdiff_plain/1aea601a3018bbd5c7b4c67da92fdd7a388d8393?hp=c437b357db9ddbc552a94519d5bbcfb5180e7e3d [Bugfix] Call the correct matchmake function. --- diff --git a/wikiq b/wikiq index a377d19..2cb0c3a 100755 --- a/wikiq +++ b/wikiq @@ -518,7 +518,7 @@ class WikiqParser(): namespace = namespace ) - rev_data = self.matchmake(rev, rev_data) + rev_data = self.matchmake_revision(rev, rev_data) if not rev.deleted.text: # rev.text can be None if the page has no text