Closed copybara-service[bot] closed 2 days ago
Fix a python bug for text_format pretty print when Struct in Any
Struct has a default bool function, and empty Struct returns False for bool(). Should compare with None instead of bool() when check if Struct is able to be created.
Fix a python bug for text_format pretty print when Struct in Any
Struct has a default bool function, and empty Struct returns False for bool(). Should compare with None instead of bool() when check if Struct is able to be created.