Skip to content

Remove duplicate ignore_unknown_models option definition#316

Open
OdenTakashi wants to merge 1 commit intomainfrom
remove_duplicate_option
Open

Remove duplicate ignore_unknown_models option definition#316
OdenTakashi wants to merge 1 commit intomainfrom
remove_duplicate_option

Conversation

@OdenTakashi
Copy link
Collaborator

@OdenTakashi OdenTakashi commented Feb 23, 2026

ignore_unknown_models was duplicated in both FLAG_OPTIONS and OTHER_OPTIONS (and their corresponding key arrays) in the Options class.

Since it’s a boolean flag, this PR removes the redundant entries from OTHER_OPTIONS and OTHER_OPTION_KEYS, keeping it only in FLAG_OPTIONS.

No behavioral change is intended. This is a cleanup to avoid ambiguity.

…PTION_KEYS

This option was duplicated in both FLAG_OPTIONS and
OTHER_OPTIONS. Keep it in FLAG_OPTIONS as it is a boolean flag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant