1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 17:26:15 +02:00

fix of do_bugowner: opts.roles should have the __len__ method

This commit is contained in:
Michal Vyskocil 2010-01-13 10:03:14 +01:00
parent bc09c27a12
commit fe4ec4d7e7

View File

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