mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-27 00:01:01 +03:00
@ -540,6 +540,8 @@ class NameCheck():
|
|||||||
self.set_return_code(2)
|
self.set_return_code(2)
|
||||||
raise error
|
raise error
|
||||||
finally:
|
finally:
|
||||||
|
# Put back the original config regardless of there being errors.
|
||||||
|
# Works also for keyboard interrupts.
|
||||||
shutil.move("include/mbedtls/mbedtls_config.h.bak",
|
shutil.move("include/mbedtls/mbedtls_config.h.bak",
|
||||||
"include/mbedtls/mbedtls_config.h")
|
"include/mbedtls/mbedtls_config.h")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user