Skip to content
Snippets Groups Projects
Commit 64f60ad7 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Adding removed tags for clause detection

parent 805e55dc
No related branches found
No related tags found
No related merge requests found
Pipeline #732 passed
...@@ -458,7 +458,7 @@ def find_clauses_with_changes(progress: Progress, mdLines_changes: list[Tuple[st ...@@ -458,7 +458,7 @@ def find_clauses_with_changes(progress: Progress, mdLines_changes: list[Tuple[st
_taskID = progress.add_task('[blue]Find clauses with changes', start=False, total=0) _taskID = progress.add_task('[blue]Find clauses with changes', start=False, total=0)
clauseregex = re.compile('^#+\s(\d+(\.\d+)*|Annex \w(\.\d+)*|\w*(\.\d+)*).*') clauseregex = re.compile('^#+\s(\d+(\.\d+)*|Annex \w(\.\d+)*|\w*(\.\d+)*|~~#).*')
clauses: list[Clause] = [] clauses: list[Clause] = []
changed_clauses: list[Clause] = [] changed_clauses: list[Clause] = []
changeInClause = False changeInClause = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment