We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1397a81 commit 00b6aadCopy full SHA for 00b6aad
1 file changed
pybess/protobuf_to_dict.py
@@ -26,7 +26,7 @@
26
FieldDescriptor.TYPE_SFIXED64: int,
27
FieldDescriptor.TYPE_BOOL: bool,
28
FieldDescriptor.TYPE_STRING: str,
29
- FieldDescriptor.TYPE_BYTES: str,
+ FieldDescriptor.TYPE_BYTES: bytes,
30
FieldDescriptor.TYPE_ENUM: int,
31
}
32
0 commit comments