[gnome-continuous-yocto/gnomeostree-3.28-rocko: 649/8267] distro_check.py: Don't mix tabs and spaces
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 649/8267] distro_check.py: Don't mix tabs and spaces
- Date: Sat, 16 Dec 2017 20:43:22 +0000 (UTC)
commit 5a9745dd631eb697c30cd49e1dd065f4f57e7393
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date: Tue May 31 10:17:20 2016 +0300
distro_check.py: Don't mix tabs and spaces
(From OE-Core rev: 6c8d1876f5a2d53fa89531e4a5f414d5d5da77be)
Signed-off-by: Jussi Kukkonen <jussi kukkonen intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/lib/oe/distro_check.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meta/lib/oe/distro_check.py b/meta/lib/oe/distro_check.py
index 746e242..f1f1fbb 100644
--- a/meta/lib/oe/distro_check.py
+++ b/meta/lib/oe/distro_check.py
@@ -357,8 +357,8 @@ def compare_in_distro_packages_list(distro_check_dir, d):
if tmp != None:
- list = tmp.split(' ')
- for item in list:
+ list = tmp.split(' ')
+ for item in list:
matching_distros.append(item)
bb.note("Matching: %s" % matching_distros)
return matching_distros
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]