diff --git a/core/src/protobuf.py b/core/src/protobuf.py index 3d7718c372..65f2c290b8 100644 --- a/core/src/protobuf.py +++ b/core/src/protobuf.py @@ -281,7 +281,7 @@ async def dump_message( if isinstance(ftype, type) and issubclass(ftype, MessageType): ffields = ftype.get_fields() else: - del ffields + ffields = None for svalue in fvalue: await dump_uvarint(writer, fkey)