mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
- fixed search
This commit is contained in:
parent
c7c1f19445
commit
fd3d0685a2
@ -4066,7 +4066,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
what = {'project': xpath}
|
||||
elif not opts.project and opts.package:
|
||||
what = {'package': xpath}
|
||||
else:
|
||||
elif opts.binary:
|
||||
what = {'published/binary/id': xpath}
|
||||
try:
|
||||
res = search(conf.config['apiurl'], **what)
|
||||
|
Loading…
Reference in New Issue
Block a user