1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-23 13:31:48 +01:00

- and escape correctly

This commit is contained in:
Adrian Schröter 2012-06-30 11:23:43 +02:00
parent 52014ba11e
commit bd9d628ccc

View File

@ -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