[oe-commits] Markus Lehtonen : devtool: fix wrong indentation

git at git.openembedded.org git at git.openembedded.org
Fri Jun 19 21:53:42 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 551638c44215a35238f22aba575d571572046cd0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=551638c44215a35238f22aba575d571572046cd0

Author: Markus Lehtonen <markus.lehtonen at linux.intel.com>
Date:   Thu May 21 17:47:13 2015 +0300

devtool: fix wrong indentation

Signed-off-by: Markus Lehtonen <markus.lehtonen at linux.intel.com>

---

 scripts/lib/devtool/standard.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py
index c5b32d8..1e99413 100644
--- a/scripts/lib/devtool/standard.py
+++ b/scripts/lib/devtool/standard.py
@@ -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:



More information about the Openembedded-commits mailing list