mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Fix regex escape in rule_executor.py
This commit is contained in:
@@ -9,7 +9,7 @@ from codegen import indent
|
|||||||
|
|
||||||
def reverse_compile(s):
|
def reverse_compile(s):
|
||||||
return re.sub(
|
return re.sub(
|
||||||
"\s*\-\s*EXPRESS_ONE_BASED_INDEXING",
|
r"\s*\-\s*EXPRESS_ONE_BASED_INDEXING",
|
||||||
"",
|
"",
|
||||||
re.sub(
|
re.sub(
|
||||||
", )?+.(, INDETERMINATE)\\"[::-1],
|
", )?+.(, INDETERMINATE)\\"[::-1],
|
||||||
|
|||||||
Reference in New Issue
Block a user