]> code.communitydata.science - mediawiki_dump_tools.git/commitdiff
[Bugfix] Call the correct matchmake function. parquet_support
authorNathan TeBlunthuis <nathante@uw.edu>
Wed, 17 Nov 2021 00:53:21 +0000 (16:53 -0800)
committerNathan TeBlunthuis <nathante@uw.edu>
Wed, 17 Nov 2021 00:53:21 +0000 (16:53 -0800)
wikiq

diff --git a/wikiq b/wikiq
index a377d19a9469028a7763b37c9b2f46313c72b27c..2cb0c3a8752d7ea8ce5293fe3ea707882f636a18 100755 (executable)
--- 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

Community Data Science Collective || Want to submit a patch?