Comment why is used

Signed-off-by: Yuto Takano <yuto.takano@arm.com>
This commit is contained in:
Yuto Takano 2021-08-07 17:28:23 +01:00
parent fc54dfb0d6
commit 6fececf192

View file

@ -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")