Skip to content

Commit 00b6aad

Browse files
committed
Update scalar types for protobuf messages
1 parent 1397a81 commit 00b6aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pybess/protobuf_to_dict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
FieldDescriptor.TYPE_SFIXED64: int,
2727
FieldDescriptor.TYPE_BOOL: bool,
2828
FieldDescriptor.TYPE_STRING: str,
29-
FieldDescriptor.TYPE_BYTES: str,
29+
FieldDescriptor.TYPE_BYTES: bytes,
3030
FieldDescriptor.TYPE_ENUM: int,
3131
}
3232

0 commit comments

Comments
 (0)