Rename guess_mbedtls_root to guess_project_root
Rename for consistency. Also, replace all calls to this function with correct name. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
d35b94b662
commit
755d32117b
4 changed files with 8 additions and 8 deletions
|
@ -163,7 +163,7 @@ def main() -> int:
|
|||
"""
|
||||
Main with command line arguments.
|
||||
"""
|
||||
def_arg_project_root = build_tree.guess_mbedtls_root()
|
||||
def_arg_project_root = build_tree.guess_project_root()
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument('--project-root', default=def_arg_project_root,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue