We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d24f6e commit 36408e0Copy full SHA for 36408e0
1 file changed
to_md.py
@@ -33,7 +33,7 @@ class Asset(NamedTuple):
33
34
35
def is_valid_product(product):
36
- if product in {"IfcConvert", "IfcGeomServer", "svgfill", "IfcViewerFull", "IfcViewerMinimal", "ifcopenshell-modular"}:
+ if product in {"IfcConvert", "IfcGeomServer", "svgfill", "BonsaiViewer", "IfcViewerMinimal", "ifcopenshell-modular"}:
37
return True
38
elif re.match(r"^ifcopenshell-python-\d{2,3}u?$", product):
39
0 commit comments