mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 01:46:13 +01:00
fix comment message transfer for "review add" command
This commit is contained in:
parent
ebd4b1d893
commit
1e2bbf941c
@ -1586,7 +1586,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
if opts.group:
|
||||
query['by_group'] = opts.group
|
||||
url = makeurl(apiurl, ['request', reqid], query)
|
||||
r = http_POST(url)
|
||||
r = http_POST(url, data=opts.message)
|
||||
print r.read()
|
||||
|
||||
# list and approvenew
|
||||
|
Loading…
Reference in New Issue
Block a user