Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'/Off' keys not culled in _radio_button() and _checkbox() #3

Open
remremrem opened this issue May 3, 2022 · 1 comment
Open

'/Off' keys not culled in _radio_button() and _checkbox() #3

remremrem opened this issue May 3, 2022 · 1 comment

Comments

@remremrem
Copy link

line 14 and line 30 in pdf_form_filler.py

if ['/Off'] in keys:

should be

if '/Off' in keys:

@summerswallow
Copy link

You could be right. When I get a chance to unit test it. I'll make the change or if you'd like to do a pull request with a unit test to demonstrate that. I'll merge it.

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

No branches or pull requests

2 participants