From 67c07e38c0f37daf3b7393aaca0663d61c2471e8 Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Tue, 28 Sep 2010 16:20:55 +0200 Subject: [PATCH] - minor indention fix --- osc/commandline.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osc/commandline.py b/osc/commandline.py index f66279cf..8b592b8b 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -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)