1
0
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:
Adrian Schröter 2010-08-05 10:24:00 +02:00
parent ebd4b1d893
commit 1e2bbf941c

View File

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