Minor fix

This commit is contained in:
Dion Moult
2021-03-26 20:49:57 +11:00
parent 6186a88568
commit 228f62d218
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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