Skip to content

Fix is_bool_flag being set to True even when is_flag is False#1934

Merged
davidism merged 1 commit into
pallets:8.0.xfrom
janluke:fix/is_bool_flag
Jul 3, 2021
Merged

Fix is_bool_flag being set to True even when is_flag is False#1934
davidism merged 1 commit into
pallets:8.0.xfrom
janluke:fix/is_bool_flag

Conversation

@janluke
Copy link
Copy Markdown
Collaborator

@janluke janluke commented May 24, 2021

Fixes #1925.

The test is probably overkill.

Comment thread tests/test_options.py
@davidism davidism added this to the 8.0.2 milestone May 27, 2021
@davidism davidism linked an issue Jun 29, 2021 that may be closed by this pull request
@davidism davidism force-pushed the fix/is_bool_flag branch from 8eaf87c to b0a5730 Compare July 3, 2021 13:53
@davidism davidism force-pushed the fix/is_bool_flag branch from b0a5730 to ee56925 Compare July 3, 2021 13:54
@davidism davidism merged commit 3d0d8b5 into pallets:8.0.x Jul 3, 2021
@janluke janluke deleted the fix/is_bool_flag branch July 4, 2021 14:58
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Jul 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Option.is_bool_flag is set to True even if the option is not a flag

2 participants