This commit is contained in:
Thomas Krijnen
2017-08-01 16:45:11 +02:00
parent d10efe69cd
commit aa0a6aa5d1
12 changed files with 222 additions and 42 deletions
+3 -1
View File
@@ -149,7 +149,9 @@ ptree& format_entity_instance(IfcUtil::IfcBaseEntity* instance, ptree& child, pt
boost::optional<std::string> value;
try {
value = format_attribute(argument, argument_type, qualified_name);
} catch (...) {}
} catch (const std::exception& e) {
Logger::Error(e);
}
if (value) {
if (as_link) {