Skip to content

Commit a92c654

Browse files
BlaziusMaximuscopybara-github
authored andcommitted
Use pybind11_protobuf when passing Fingerprints.
PiperOrigin-RevId: 556081074
1 parent b2e7687 commit a92c654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pybind11_protobuf/proto_caster_impl.h

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ struct proto_caster_load_impl {
4040

4141
// load converts from Python -> C++
4242
bool load(pybind11::handle src, bool convert) {
43+
LOG(ERROR) << "load: " << src;
4344
// When given a none, treat it as a nullptr.
4445
if (src.is_none()) {
4546
value = nullptr;

0 commit comments

Comments
 (0)