Project import generated by Copybara.
GitOrigin-RevId: f4b1fe3f15810450fb6539e733f6a260d3ee082c
This commit is contained in:
@@ -441,7 +441,7 @@ class SolutionBase:
|
||||
else:
|
||||
field_label = calculator_options.DESCRIPTOR.fields_by_name[
|
||||
field_name].label
|
||||
if field_label is descriptor.FieldDescriptor.LABEL_REPEATED:
|
||||
if field_label == descriptor.FieldDescriptor.LABEL_REPEATED:
|
||||
if not isinstance(field_value, Iterable):
|
||||
raise ValueError(
|
||||
f'{field_name} is a repeated proto field but the value '
|
||||
|
||||
Reference in New Issue
Block a user