mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Fixed a bug in cl/600990001 -- we need to propagate the as_utf8 parameter that was passed.
PiperOrigin-RevId: 601109776
This commit is contained in:
parent
3d7e4d6347
commit
af339fad1e
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ def PrintMessage(message,
|
|||
the field is a proto message.
|
||||
"""
|
||||
printer = _Printer(
|
||||
out=out, indent=indent, as_utf8=_as_utf8_default,
|
||||
out=out, indent=indent, as_utf8=as_utf8,
|
||||
as_one_line=as_one_line,
|
||||
use_short_repeated_primitives=use_short_repeated_primitives,
|
||||
pointy_brackets=pointy_brackets,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue