1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

framework/entrypoint: Calm pylint

This commit is contained in:
Brendan Jackman 2017-12-06 14:49:30 +00:00 committed by marcbonnici
parent f935c48d47
commit 33e5eae887

View File

@ -31,6 +31,8 @@ from wa.utils.doc import format_body
warnings.filterwarnings(action='ignore', category=UserWarning, module='zope') warnings.filterwarnings(action='ignore', category=UserWarning, module='zope')
# Disable this to avoid false positive from dynamically-created attributes.
# pylint: disable=no-member
logger = logging.getLogger('command_line') logger = logging.getLogger('command_line')