mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
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:
@@ -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:])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user