This commit is contained in:
Andrej730
2025-06-13 13:28:18 +05:00
parent 152c94a7d6
commit 176c5cc0fb
8 changed files with 63 additions and 28 deletions
+1 -2
View File
@@ -82,9 +82,8 @@ class IfcElementHandler(xml.sax.ContentHandler):
for detail in soup.find_all("details"):
if detail.summary.string == "Entity definition" and detail.p:
return str(detail.p.text.replace("\n", " "))
return None
except:
return None
pass
# print('Failed to get description for {}'.format(name))
return None