Skip to content

Commit

Permalink
release 8.204.22252
Browse files Browse the repository at this point in the history
  • Loading branch information
klahnakoski committed Sep 9, 2022
2 parents ca28619 + 5d99432 commit 7b7039e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mo_parsing/enhancement.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ class NotAny(LookAhead):

def __init__(self, expr):
super(NotAny, self).__init__(expr)
prec, pattern = self.expr.__regex__()
try:
prec, pattern = self.expr.__regex__()
self.regex = regex_compile(f"(?!{pattern})")
except Exception as c:
self.regex = None
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
name='mo-parsing',
packages=["mo_parsing"],
url='https://github.com/klahnakoski/mo-parsing',
version='8.192.22229'
version='8.204.22252'
)
2 changes: 1 addition & 1 deletion setuptools.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,5 @@
"name": "mo-parsing",
"packages": ["mo_parsing"],
"url": "https://github.com/klahnakoski/mo-parsing",
"version": "8.192.22229"
"version": "8.204.22252"
}

0 comments on commit 7b7039e

Please sign in to comment.