Fix regex escape in rule_executor.py

This commit is contained in:
Thomas Krijnen
2023-04-30 19:09:43 +02:00
committed by GitHub
parent 885bca0865
commit 23e3551f27
@@ -9,7 +9,7 @@ from codegen import indent
def reverse_compile(s):
return re.sub(
"\s*\-\s*EXPRESS_ONE_BASED_INDEXING",
r"\s*\-\s*EXPRESS_ONE_BASED_INDEXING",
"",
re.sub(
", )?+.(, INDETERMINATE)\\"[::-1],