mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
Use f-string instead of concatenation
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
224152eec0
commit
c9f01cf8b5
@ -183,8 +183,8 @@ If what is False, announce that the job has failed.'''
|
||||
header += '#if '
|
||||
if value:
|
||||
header += '!'
|
||||
header += 'defined(' + option + ')\n'
|
||||
header += '#error "' + option + '"\n'
|
||||
header += f'defined({option})\n'
|
||||
header += f'#error "{option}"\n'
|
||||
header += '#endif\n'
|
||||
include_path = ['include', 'tf-psa-crypto/include',
|
||||
'tf-psa-crypto/drivers/builtin/include']
|
||||
|
Loading…
x
Reference in New Issue
Block a user