You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
line 14 and line 30 in pdf_form_filler.py
if ['/Off'] in keys:
should be
if '/Off' in keys:
The text was updated successfully, but these errors were encountered: