Fix bad whitespace in keyword argument assignment
Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
3a0690647e
commit
10769bca9e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def main(library_build_dir: str):
|
||||||
in_tf_psa_crypto_repo = build_tree.looks_like_tf_psa_crypto_root(root_dir)
|
in_tf_psa_crypto_repo = build_tree.looks_like_tf_psa_crypto_root(root_dir)
|
||||||
|
|
||||||
crypto_name = build_tree.crypto_library_filename(root_dir)
|
crypto_name = build_tree.crypto_library_filename(root_dir)
|
||||||
library_subdir = build_tree.crypto_core_directory(root_dir, relative = True)
|
library_subdir = build_tree.crypto_core_directory(root_dir, relative=True)
|
||||||
|
|
||||||
crypto_lib_filename = (library_build_dir + '/' +
|
crypto_lib_filename = (library_build_dir + '/' +
|
||||||
library_subdir + '/' +
|
library_subdir + '/' +
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue