1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-24 22:06:14 +01:00

- minor indention fix

This commit is contained in:
Marcus Huewe 2010-09-28 16:20:55 +02:00
parent 5feac3f242
commit 67c07e38c0

View File

@ -4733,12 +4733,12 @@ Please submit there instead, or use --nodevelproject to force direct submission.
# skip source rpms # skip source rpms
if not opts.sources: if not opts.sources:
if i.name.endswith('.src.rpm'): if i.name.endswith('.src.rpm'):
continue continue
if i.name.find('-debugsource-') >= 0: if i.name.find('-debugsource-') >= 0:
continue continue
if not opts.debug: if not opts.debug:
if i.name.find('-debuginfo-') >= 0: if i.name.find('-debuginfo-') >= 0:
continue continue
fname = '%s/%s' % (target_dir, i.name) fname = '%s/%s' % (target_dir, i.name)
if os.path.exists(fname): if os.path.exists(fname):
st = os.stat(fname) st = os.stat(fname)