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:
parent
52014ba11e
commit
bd9d628ccc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user