[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2009/8267] bitbake: siggen: Fix file variable typo in compare_sigfiles
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 2009/8267] bitbake: siggen: Fix file variable typo in compare_sigfiles
- Date: Sat, 16 Dec 2017 22:37:42 +0000 (UTC)
commit f078ccf1ac60488169853724c35126cc056f975d
Author: Jonathan Liu <net147 gmail com>
Date: Sat Aug 20 18:58:13 2016 +1000
bitbake: siggen: Fix file variable typo in compare_sigfiles
(Bitbake rev: deab9a30987b225922490ca186c5307c15d45b82)
Signed-off-by: Jonathan Liu <net147 gmail com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
bitbake/lib/bb/siggen.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bitbake/lib/bb/siggen.py b/bitbake/lib/bb/siggen.py
index 0862cff..3a7dac4 100644
--- a/bitbake/lib/bb/siggen.py
+++ b/bitbake/lib/bb/siggen.py
@@ -367,7 +367,7 @@ def compare_sigfiles(a, b, recursecb = None):
output = []
with open(a, 'rb') as f:
- p1 = pickle.Unpickler(ff)
+ p1 = pickle.Unpickler(f)
a_data = p1.load()
with open(b, 'rb') as f:
p2 = pickle.Unpickler(f)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]