mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-28 18:56:15 +01:00
fix of do_bugowner: opts.roles should have the __len__ method
This commit is contained in:
parent
bc09c27a12
commit
fe4ec4d7e7
@ -4154,7 +4154,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
|
||||
${cmd_option_list}
|
||||
"""
|
||||
opts.role = None
|
||||
opts.role = ()
|
||||
opts.bugowner = True
|
||||
opts.bugowner_only = None
|
||||
opts.add = None
|
||||
|
Loading…
Reference in New Issue
Block a user