mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-28 05:49:54 +00:00
c_build_helper: don't hide the compiler output
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -16,8 +16,7 @@ class CompileError(Exception):
|
||||
|
||||
def __init__(self, message):
|
||||
"""Save the error massage"""
|
||||
|
||||
super().__init__()
|
||||
super().__init__(message)
|
||||
self.message = message
|
||||
|
||||
def remove_file_if_exists(filename):
|
||||
|
||||
Reference in New Issue
Block a user