mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-24 13:56:13 +01:00
- minor indention fix
This commit is contained in:
parent
5feac3f242
commit
67c07e38c0
@ -4733,12 +4733,12 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
# skip source rpms
|
||||
if not opts.sources:
|
||||
if i.name.endswith('.src.rpm'):
|
||||
continue
|
||||
continue
|
||||
if i.name.find('-debugsource-') >= 0:
|
||||
continue
|
||||
continue
|
||||
if not opts.debug:
|
||||
if i.name.find('-debuginfo-') >= 0:
|
||||
continue
|
||||
continue
|
||||
fname = '%s/%s' % (target_dir, i.name)
|
||||
if os.path.exists(fname):
|
||||
st = os.stat(fname)
|
||||
|
Loading…
Reference in New Issue
Block a user