Skip to content

Commit 36408e0

Browse files
authored
Update to_md.py
1 parent 9d24f6e commit 36408e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

to_md.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Asset(NamedTuple):
3333

3434

3535
def is_valid_product(product):
36-
if product in {"IfcConvert", "IfcGeomServer", "svgfill", "IfcViewerFull", "IfcViewerMinimal", "ifcopenshell-modular"}:
36+
if product in {"IfcConvert", "IfcGeomServer", "svgfill", "BonsaiViewer", "IfcViewerMinimal", "ifcopenshell-modular"}:
3737
return True
3838
elif re.match(r"^ifcopenshell-python-\d{2,3}u?$", product):
3939
return True

0 commit comments

Comments
 (0)