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
+2 -2
View File
@@ -2,9 +2,9 @@ import json
import ifcopenshell
import ifcopenshell.util.selector
with open("../ifcblenderexport/blenderbim/bim/schema/entity_descriptions.json") as f:
with open("../blenderbim/blenderbim/bim/schema/entity_descriptions.json") as f:
entity_descriptions = json.load(f)
with open("../ifcblenderexport/blenderbim/bim/schema/enum_descriptions.json") as f:
with open("../blenderbim/blenderbim/bim/schema/enum_descriptions.json") as f:
enum_descriptions = json.load(f)
print('{|class="wikitable"')