Disable pylint error in CMake command

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2023-08-29 10:37:29 +01:00
parent 3b8984af5c
commit 2ba89bece6

View File

@ -68,6 +68,7 @@ def main(library_build_dir: str):
crypto_lib_filename = library_build_dir + '/library/libmbedcrypto.a'
if not os.path.exists(crypto_lib_filename):
#pylint: disable=bad-continuation
subprocess.check_call([
'cmake', '.',
'-GUnix Makefiles',