Comment why is used
Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
parent
fc54dfb0d6
commit
6fececf192
1 changed files with 2 additions and 0 deletions
|
@ -540,6 +540,8 @@ class NameCheck():
|
|||
self.set_return_code(2)
|
||||
raise error
|
||||
finally:
|
||||
# Put back the original config regardless of there being errors.
|
||||
# Works also for keyboard interrupts.
|
||||
shutil.move("include/mbedtls/mbedtls_config.h.bak",
|
||||
"include/mbedtls/mbedtls_config.h")
|
||||
|
||||
|
|
Loading…
Reference in a new issue