Skip to content

Commit

Permalink
Use existing variable containing full path
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Daubney <[email protected]>
  • Loading branch information
tom-daubney-arm committed Dec 8, 2023
1 parent 10769bc commit f05b768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_driver_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def main() -> int:
crypto_core_directory = build_tree.crypto_core_directory(project_root)

output_directory = args.output_directory if args.output_directory is not None else \
os.path.join(project_root, crypto_core_directory)
crypto_core_directory

template_directory = args.template_dir if args.template_dir is not None else \
os.path.join(project_root,
Expand Down

0 comments on commit f05b768

Please sign in to comment.