Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

b_clause = "B)" _ datetime
c_clause = "C)" _ ((datetime estimated?) / permanent)
estimated = "EST"
estimated = _? "EST"
permanent = "PERM"

d_clause = "D)" _ till_next_clause
Expand Down Expand Up @@ -174,4 +174,4 @@ def generic_visit(self, _, visited_children):
return visited_children

def visit_root(self, node, _):
self.tgt.full_text = node.full_text
self.tgt.full_text = node.full_text