mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Merge branch 'master' into v0.6.0
This commit is contained in:
@@ -175,6 +175,8 @@ ptree& format_entity_instance(IfcUtil::IfcBaseEntity* instance, ptree& child, pt
|
|||||||
value = format_attribute(argument, argument_type, qualified_name);
|
value = format_attribute(argument, argument_type, qualified_name);
|
||||||
} catch (const std::exception& e) {
|
} catch (const std::exception& e) {
|
||||||
Logger::Error(e);
|
Logger::Error(e);
|
||||||
|
} catch (const Standard_ConstructionError& e) {
|
||||||
|
Logger::Error(e.GetMessageString(), instance->entity);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (value) {
|
if (value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user