Update scripts/generate_release_notes.py

Co-authored-by: Tom Cosgrove <81633263+tom-cosgrove-arm@users.noreply.github.com>
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman
2022-08-17 16:19:51 +01:00
committed by GitHub
parent 8ae925726e
commit 75683b08e4

View File

@@ -209,7 +209,7 @@ def main():
# Very basic check to see if we are in the root. # Very basic check to see if we are in the root.
path = os.path.join(os.getcwd(), 'scripts', 'generate_release_notes.py') path = os.path.join(os.getcwd(), 'scripts', 'generate_release_notes.py')
if not os.path.exists(path): if not os.path.exists(path):
error(f'{sys.argv[0]} must be run from the mbedtls root') error(f'{sys.argv[0]} must be run from the Mbed TLS root')
args = parse_args(sys.argv[1:]) args = parse_args(sys.argv[1:])