]> code.communitydata.science - mediawiki_dump_tools.git/commitdiff
remove commented code master
authorNathan TeBlunthuis <nathante@uw.edu>
Mon, 11 Nov 2019 19:28:48 +0000 (11:28 -0800)
committerNathan TeBlunthuis <nathante@uw.edu>
Mon, 11 Nov 2019 19:28:48 +0000 (11:28 -0800)
wikiq

diff --git a/wikiq b/wikiq
index 7e75eda22228cd5c44c248c264c8435b3268a948..0543a3383b57ae27281882885bad08978c6de5f9 100755 (executable)
--- a/wikiq
+++ b/wikiq
@@ -144,7 +144,7 @@ class RegexPair(object):
         temp_dict = {}
         # if there are named capture groups in the regex
         if self.has_groups:
-            # initialize the {capture_group_name:list} for each capture group
+
             # if there are matches of some sort in this revision content, fill the lists for each cap_group
             if self.pattern.search(content) is not None:
                 m = self.pattern.finditer(content)
@@ -183,7 +183,6 @@ class RegexPair(object):
         rev_data.update(temp_dict)
         return rev_data
 
-
         
 class WikiqParser():
     def __init__(self, input_file, output_file, regex_match_revision, regex_match_comment, regex_revision_label, regex_comment_label, collapse_user=False, persist=None, urlencode=False, namespaces = None, revert_radius=15):

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