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

This commit is contained in:
Zheng, Lei
2021-12-23 10:28:31 +08:00
committed by wwmayer
parent 8e428b0a31
commit c4b0907c2c

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 &) {
}
}
/**