Disable pylint error in CMake command
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
3b8984af5c
commit
2ba89bece6
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue