From 48fcd11a1286593e1c5814e43fe2787ea75ca383 Mon Sep 17 00:00:00 2001 From: Jinge Li <9894243+chinapandaman@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:04:39 +0000 Subject: [PATCH] PPF-734: should use or --- PyPDFForm/filler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyPDFForm/filler.py b/PyPDFForm/filler.py index 9655a12e..a73687af 100644 --- a/PyPDFForm/filler.py +++ b/PyPDFForm/filler.py @@ -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: