Commit baadac86 authored by Jérome Perrin's avatar Jérome Perrin

fixup! fixup! web_renderjs_ui: py3

parent 0409c947
......@@ -3,4 +3,4 @@ from Products.ERP5Type.Utils import bytes2str
last_message_text = bytes2str(context.getMessageList()[-1][2])
__traceback_info__ = last_message_text
container.REQUEST.RESPONSE.redirect(re.findall(r"http:.*", bytes2str(last_message_text))[0])
return container.REQUEST.RESPONSE.redirect(re.findall(r"http:.*", last_message_text)[0])
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment