Fix bug on the pb2 serialization.
RepeatedScalarContainer type is not serializable into json obj, so we have to convert it to a list rather than just assign it as a value of the dict. Test: > config --branch=<> --target=<> --account_id=<> --config-type=prod Bug: 79905934 Change-Id: Ia8667a0b8f4b4cc52b65fab79b34860a2d3888b4
Loading
Please sign in to comment