mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 05:38:43 +02:00
- use server side default when searching the container for setting a bugowner.
This commit is contained in:
@@ -6809,7 +6809,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
roles = [ 'bugowner', 'maintainer' ]
|
||||
if len(opts.role):
|
||||
roles = opts.role
|
||||
if opts.bugowner_only or opts.bugowner or opts.set_bugowner or opts.set_bugowner_request or subcmd == 'bugowner':
|
||||
if opts.bugowner_only or opts.bugowner or subcmd == 'bugowner':
|
||||
roles = [ 'bugowner' ]
|
||||
|
||||
args = slash_split(args)
|
||||
|
Reference in New Issue
Block a user