scripts: depends-py: fix pylint complains

Signed-off-by: Valerio Setti <[email protected]>
This commit is contained in:
Valerio Setti
2026-09-17 17:29:58 +02:00
parent 00aff9cbb4
commit dd30cc683f
+3 -2
View File
@@ -432,9 +432,10 @@ class DomainData:
if options.build_and_test_command:
build_and_test = [[options.build_and_test_command]]
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',
'scripts/legacy.make', 'test']]
'scripts/legacy.make', 'test']]
self.all_config_symbols = set(conf.settings.keys())
psa_info = psa_information.Information().constructors
algs = {crypto_knowledge.Algorithm(alg): symbol