Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mildsunrise committed Jan 6, 2020
1 parent ffd76c1 commit d67c6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def parse_message(self, file, gtype, endgroup=None):
break

if key in keys_types and keys_types[key] != wire_type:
parser.wire_types_not_matching = True
self.wire_types_not_matching = True
keys_types[key] = wire_type

type, field = self.get_message_field_entry(gtype, key)
Expand Down

0 comments on commit d67c6ac

Please sign in to comment.