mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-24 11:07:22 +00:00
scripts: depends-py: fix pylint complains
Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
@@ -432,7 +432,8 @@ class DomainData:
|
|||||||
if options.build_and_test_command:
|
if options.build_and_test_command:
|
||||||
build_and_test = [[options.build_and_test_command]]
|
build_and_test = [[options.build_and_test_command]]
|
||||||
else:
|
else:
|
||||||
build_command = [options.make_command, '-f', 'scripts/legacy.make', 'CFLAGS=-Werror -O2']
|
build_command = [options.make_command, '-f', 'scripts/legacy.make',
|
||||||
|
'CFLAGS=-Werror -O2']
|
||||||
build_and_test = [build_command, [options.make_command, '-f',
|
build_and_test = [build_command, [options.make_command, '-f',
|
||||||
'scripts/legacy.make', 'test']]
|
'scripts/legacy.make', 'test']]
|
||||||
self.all_config_symbols = set(conf.settings.keys())
|
self.all_config_symbols = set(conf.settings.keys())
|
||||||
|
|||||||
Reference in New Issue
Block a user