From bd9d628cccdde0c2cea4b94dc54bf3be36d86238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Sat, 30 Jun 2012 11:23:43 +0200 Subject: [PATCH] - and escape correctly --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 9b598ffe..4d8f1c9b 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -2197,7 +2197,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. msg = "%s (forwarded request %s from %s)" % ( rq.description, reqid, rq.get_creator()) print msg rid = create_submit_request(apiurl, action.tgt_project, action.tgt_package, - project, package, msg) + project, package, cgi.escape(msg)) print "New request #", rid # editmeta and its aliases are all depracated