log: disable some invalid pylint errors
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 11 Jul 2014 17:26:43 +0000 (20:26 +0300)
committerZhang 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

index 42aeaf8bdd9af14e02bae092f26d4cf808a15768..d85f3c305d034ff4c3b341461c2d63a4b2a7d36e 100644 (file)
@@ -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.