mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 13:52:23 +00:00
bonsai other scripts #5178
This commit is contained in:
@@ -55,7 +55,7 @@ class Describer:
|
||||
f.write(json.dumps(self.enum_descriptions, indent=4))
|
||||
|
||||
def get_html_sources(self):
|
||||
html_dir = "/home/dion/Projects/IfcOpenShell/src/blenderbim/descriptions/IFC4_3/RC1/HTML"
|
||||
html_dir = "/home/dion/Projects/IfcOpenShell/src/bonsai/descriptions/IFC4_3/RC1/HTML"
|
||||
for filename in Path(html_dir).rglob("*.htm"):
|
||||
if "lexical" not in str(filename):
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user