mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
downstream: express: fix use of non-existent ifcexpressparser
`express.bnf` arg wasn't handled since d506ad77b
`ifcexpressparser` waa moved inside `ifcopenshell-python` awhile ago too
This commit is contained in:
@@ -210,9 +210,8 @@ for id in sorted(to_emit):
|
||||
statements.append("%s << %s" % (id, stmt))
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(
|
||||
r"""
|
||||
# This file is generated by IfcOpenShell ifcexpressparser bootstrap.py
|
||||
print(r"""
|
||||
# This file is generated by ifcopenshell.express.bootstrap
|
||||
|
||||
from __future__ import annotations
|
||||
import os
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
# This file is generated by IfcOpenShell ifcexpressparser bootstrap.py
|
||||
# This file is generated by ifcopenshell.express.bootstrap
|
||||
|
||||
from __future__ import annotations
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user