We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e72669 commit 5a6f140Copy full SHA for 5a6f140
pyttman/core/entity_parsing/parsers.py
@@ -474,6 +474,9 @@ def parse_entities(message: MessageMixin,
474
parser_joined_suffixes_and_prefixes)
475
476
for field_name, entity in reversed(output.items()):
477
+ if entity.is_boolean():
478
+ continue
479
+
480
entity_field = entity_fields.get(field_name)
481
duplicate_cache.update(entity_field.case_preserved_cache)
482
value_for_type_conversion = entity_field.default
0 commit comments