mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-31 20:26:13 +01:00
fixes not working osc maintainer <prj>
The retrun at this point breaks the call, because in most cases <prj> is not a binary. And the code always checks for the binary first and then returns if no binary with the name <prj> is found.
This commit is contained in:
parent
0b241a9586
commit
2405134cbf
@ -7938,9 +7938,6 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
|||||||
repl = raw_input('\nUse this container? (y/n) ')
|
repl = raw_input('\nUse this container? (y/n) ')
|
||||||
if repl.lower() != 'y':
|
if repl.lower() != 'y':
|
||||||
searchresult = None
|
searchresult = None
|
||||||
else:
|
|
||||||
print("Empty search result, you may want to search with other or all roles via -r ''")
|
|
||||||
return
|
|
||||||
elif opts.user:
|
elif opts.user:
|
||||||
searchresult = owner(apiurl, opts.user, "user", usefilter=filterroles, devel=None)
|
searchresult = owner(apiurl, opts.user, "user", usefilter=filterroles, devel=None)
|
||||||
elif opts.group:
|
elif opts.group:
|
||||||
|
Loading…
Reference in New Issue
Block a user