mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 02:16:12 +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:
|
if opts.group:
|
||||||
query['by_group'] = opts.group
|
query['by_group'] = opts.group
|
||||||
url = makeurl(apiurl, ['request', reqid], query)
|
url = makeurl(apiurl, ['request', reqid], query)
|
||||||
r = http_POST(url)
|
r = http_POST(url, data=opts.message)
|
||||||
print r.read()
|
print r.read()
|
||||||
|
|
||||||
# list and approvenew
|
# list and approvenew
|
||||||
|
Loading…
Reference in New Issue
Block a user