]> code.ossystems Code Review - openembedded-core.git/commitdiff
devtool: fix wrong indentation
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 21 May 2015 14:47:13 +0000 (17:47 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Jun 2015 08:11:59 +0000 (09:11 +0100)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
scripts/lib/devtool/standard.py

index c5b32d81db7d2f07cabf44360a78634f0a10ffc7..1e994133659059c17306a26b414f49fc1ea9e4c9 100644 (file)
@@ -657,8 +657,8 @@ def update_recipe(args, config, basepath, workspace):
                         for newpatch in newpatches:
                             if seqpatch_re.search(newpatch) and patchfile[5:] == newpatch[5:]:
                                 break
-                        else:
-                            removepatches.append(patch)
+                            else:
+                                removepatches.append(patch)
                     elif patchfile not in newpatches:
                         removepatches.append(patch)
             finally: