mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
- do_getbinaries: minor cosmetic change
This commit is contained in:
parent
da88ec0a39
commit
ac10fd798d
@ -5541,8 +5541,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
|
||||
for i in binaries:
|
||||
# skip source rpms
|
||||
if not opts.sources:
|
||||
if i.name.endswith('src.rpm'):
|
||||
if not opts.sources and i.name.endswith('src.rpm'):
|
||||
continue
|
||||
if not opts.debug:
|
||||
if i.name.find('-debuginfo-') >= 0:
|
||||
|
Loading…
Reference in New Issue
Block a user