mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-09 16:41:19 +08:00
Fix pylint issue
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
e6cfa3b428
commit
bd8e81834f
@ -473,6 +473,7 @@ class DomainData:
|
|||||||
return [symbol for symbol in self.all_config_symbols
|
return [symbol for symbol in self.all_config_symbols
|
||||||
if re.match(regexp, symbol)]
|
if re.match(regexp, symbol)]
|
||||||
|
|
||||||
|
# pylint: disable=too-many-locals
|
||||||
def __init__(self, options, conf):
|
def __init__(self, options, conf):
|
||||||
"""Gather data about the library and establish a list of domains to test."""
|
"""Gather data about the library and establish a list of domains to test."""
|
||||||
build_command = [options.make_command, 'CFLAGS=-Werror -O2']
|
build_command = [options.make_command, 'CFLAGS=-Werror -O2']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user