Skip to content

Commit 3ea5b4c

Browse files
committed
update
1 parent 557133d commit 3ea5b4c

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"}:
36+
if product in {"IfcConvert", "IfcGeomServer", "svgfill", "IfcViewerFull", "IfcViewerMinimal"}:
3737
return True
3838
elif re.match(r"^ifcopenshell-python-\d{2,3}u?$", product):
3939
return True

0 commit comments

Comments
 (0)