From 1e9a331b5285de946af273fb9662d85671e34cd0 Mon Sep 17 00:00:00 2001 From: LeandroJatai Date: Tue, 2 May 2023 16:56:35 -0300 Subject: [PATCH] =?UTF-8?q?hot-fix:=20corrige=20inicializa=C3=A7=C3=A3o=20?= =?UTF-8?q?de=20vari=C3=A1vel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/base/receivers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/base/receivers.py b/sapl/base/receivers.py index 6a63164da..5405d7b10 100644 --- a/sapl/base/receivers.py +++ b/sapl/base/receivers.py @@ -266,7 +266,7 @@ def signed_files_extraction_function(sender, instance, **kwargs): return signs def run_signed_name_and_date_extract(file): - signs = {} + signs = [] fields = {} pdfdata = file.read()