App: catch Base::Exception in ObjectIdentifier::getDep()

This commit is contained in:
Zheng, Lei
2021-12-23 15:35:22 +01:00
committed by wwmayer
parent 53f24f4bc2
commit 4ca362df0a
+2
View File
@@ -1138,6 +1138,8 @@ void ObjectIdentifier::getDep(Dependencies &deps, bool needProps, std::vector<st
catch (Py::Exception& e) {
e.clear();
}
catch (Base::Exception &) {
}
}
/**