[oe-commits] [bitbake] 02/02: fixup

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 14:25:00 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 6f66f785a36e8e3128330936e6f41011615afae5
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Sep 17 15:23:33 2019 +0100

    fixup
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/siggen.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/bb/siggen.py b/lib/bb/siggen.py
index 0d1d342..e047c21 100644
--- a/lib/bb/siggen.py
+++ b/lib/bb/siggen.py
@@ -441,7 +441,7 @@ class SignatureGeneratorUniHashMixIn(object):
             else:
                 bb.debug(2, 'No reported unihash for %s:%s from %s' % (tid, taskhash, self.server))
         except hashserv.HashConnectionError as e:
-            bb.warn('Error contacting Hash Equivalence Server %s: %s' (self.server, str(e)))
+            bb.warn('Error contacting Hash Equivalence Server %s: %s' % (self.server, str(e)))
 
         self.unitaskhashes[key] = unihash
         return unihash
@@ -505,7 +505,7 @@ class SignatureGeneratorUniHashMixIn(object):
                 else:
                     bb.debug(1, 'Reported task %s as unihash %s to %s' % (taskhash, unihash, self.server))
             except hashserv.HashConnectionError as e:
-                bb.warn('Error contacting Hash Equivalence Server %s: %s' (self.server, str(e)))
+                bb.warn('Error contacting Hash Equivalence Server %s: %s' % (self.server, str(e)))
         finally:
             if sigfile:
                 sigfile.close()

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list