1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-02 09:46:16 +01:00

- fix using --set-bugowner-request on explicit specified containers

This commit is contained in:
Adrian Schröter 2013-05-02 11:08:27 +02:00
parent 69e6e586c7
commit 71c40acc51

View File

@ -6929,6 +6929,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
requestactionsxml += self._set_bugowner(args,opts)
else:
if opts.set_bugowner:
for role in roles:
try:
setBugowner(apiurl, prj, pac, opts.delete, role)