After-merge clean-ups

This commit is contained in:
Thomas Krijnen
2026-07-09 13:30:48 +02:00
parent 7fc2d9a998
commit 561a23cfbc
164 changed files with 1373 additions and 1406 deletions
+2 -2
View File
@@ -180,9 +180,9 @@ class IFC_SCHEMA_API hierarchy_helper : public ifcopenshell::file {
break;
}
} catch (std::exception& e) {
logger::error(e);
::logger::root().error(e);
} catch (...) {
logger::error("Unknown error in addRelatedObject()");
::logger::root().error("Unknown error in addRelatedObject()");
}
}
if (!found) {