mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Minor fix
This commit is contained in:
@@ -37,7 +37,7 @@ class Describer:
|
||||
f.write(json.dumps(self.enum_descriptions, indent=4))
|
||||
|
||||
def get_html_sources(self):
|
||||
html_dir = "/home/dion/Projects/IfcOpenShell/src/ifcblenderexport/descriptions/IFC4_3/RC1/HTML"
|
||||
html_dir = "/home/dion/Projects/IfcOpenShell/src/blenderbim/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