Skip to content

Commit

Permalink
PPF-734: should use or
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Sep 25, 2024
1 parent c56e1be commit 48fcd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyPDFForm/filler.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def fill(
widget_dict, widgets[key], radio_button_tracker
)
elif isinstance(widgets[key], (Signature, Image)):
any_image_to_draw = signature_image_handler(
any_image_to_draw |= signature_image_handler(
widget_dict, widgets[key], images_to_draw[page]
)
else:
Expand Down

0 comments on commit 48fcd11

Please sign in to comment.