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 53f24f4bc2
commit 4ca362df0a

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