projects
/
tools
/
gbs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
222c5b9
)
log: disable some invalid pylint errors
author
Markus Lehtonen
<markus.lehtonen@linux.intel.com>
Fri, 11 Jul 2014 17:26:43 +0000
(20:26 +0300)
committer
Zhang Qiang
<qiang.z.zhang@intel.com>
Mon, 14 Jul 2014 10:08:14 +0000
(18:08 +0800)
Change-Id: Ie2200956be73814accf088109ccd02bef0780437
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
gitbuildsys/log.py
patch
|
blob
|
history
diff --git
a/gitbuildsys/log.py
b/gitbuildsys/log.py
index 42aeaf8bdd9af14e02bae092f26d4cf808a15768..d85f3c305d034ff4c3b341461c2d63a4b2a7d36e 100644
(file)
--- a/
gitbuildsys/log.py
+++ b/
gitbuildsys/log.py
@@
-23,6
+23,9
@@
import threading
import gbp.log
from gbp.log import DEBUG, INFO, WARNING, ERROR
+# Disable Instance of 'RootLogger' has no '...' member
+# pylint: disable=E1103
+
def waiting(func):
"""
Function decorator to show simple waiting message for long time operations.