From 30807ac16ff63a3084e4da60bd90b2c3b193ef24 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Mon, 21 Jul 2014 11:50:59 +0300 Subject: bootstrap: disable one anomalous pylint err Signed-off-by: Markus Lehtonen --- bootstrap.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap.py b/bootstrap.py index cf6f6cb..e7f14a4 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -31,6 +31,10 @@ import tempfile from tests.component.rpm import RepoManifest +# Disable "Instance of 'Document' has no 'firstChild' member" +# pylint: disable=E1103 + + LOG = logging.getLogger(os.path.basename(sys.argv[0])) TEST_PKGS = {'gbp-test-native': {'build_branches': ['master'], 'export_branches': ['master']}, -- cgit v1.2.3