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

- do_getbinaries: minor cosmetic change

This commit is contained in:
Marcus Huewe 2011-11-18 21:52:30 +01:00
parent da88ec0a39
commit ac10fd798d

View File

@ -5541,9 +5541,8 @@ 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'):
continue
if not opts.sources and i.name.endswith('src.rpm'):
continue
if not opts.debug:
if i.name.find('-debuginfo-') >= 0:
continue