Skip to content

Commit

Permalink
fix: fix E131
Browse files Browse the repository at this point in the history
  • Loading branch information
olimpiurob committed Sep 5, 2023
1 parent 6f3a3a1 commit 26b1790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/Reportek/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 26b1790

Please sign in to comment.