mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 00:46:36 +00:00
Minor changes after #916
This commit is contained in:
@@ -181,8 +181,11 @@ public:
|
||||
found = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
catch (...) { /* */ }
|
||||
} catch (std::exception& e) {
|
||||
Logger::Error(e);
|
||||
} catch (...) {
|
||||
Logger::Error("Unknown error in addRelatedObject()");
|
||||
}
|
||||
}
|
||||
if (! found) {
|
||||
if (! owner_hist) {
|
||||
|
||||
Reference in New Issue
Block a user