From 26b179082bc954332e587fd7bba9e1b1607b9dcb Mon Sep 17 00:00:00 2001 From: Olimpiu Rob Date: Tue, 5 Sep 2023 16:17:00 +0300 Subject: [PATCH] fix: fix E131 --- Products/Reportek/catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Products/Reportek/catalog.py b/Products/Reportek/catalog.py index a4fcf818..fb8f526d 100644 --- a/Products/Reportek/catalog.py +++ b/Products/Reportek/catalog.py @@ -113,7 +113,7 @@ def __call__(self): self.request.RESPONSE.redirect( catalog.absolute_url() + '/manage_maintenance?manage_tabs_message=' - + urllib.quote(msg)) + + urllib.quote(msg)) def walk_folder(folder):