Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I have a python script in Plone, I'm having trouble appending a variable to RESPONSE.redirect. I get a invalid syntax error.
test = '1000' RESPONSE.redirect(("/Plone/user_blast/public_blast_results/%s" % (test))
我很愚蠢,重定向多了一个括号。