1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 01:36:16 +02: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:
Marco Strigl 2018-01-11 11:57:22 +01:00
parent 0b241a9586
commit 2405134cbf

View File

@ -7938,9 +7938,6 @@ Please submit there instead, or use --nodevelproject to force direct submission.
repl = raw_input('\nUse this container? (y/n) ')
if repl.lower() != 'y':
searchresult = None
else:
print("Empty search result, you may want to search with other or all roles via -r ''")
return
elif opts.user:
searchresult = owner(apiurl, opts.user, "user", usefilter=filterroles, devel=None)
elif opts.group: