2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00

[#3267] cosmetic changes to find headers script

This commit is contained in:
Andrei Pavel
2024-03-21 17:59:59 +02:00
parent 3dd4ec9a70
commit 64845de542

View File

@@ -70,7 +70,7 @@ def main():
continue
if first:
print('The following headers are not in the _HEADERS section of '
'their respective Makefile.am file:')
'their respective Makefile.am file:')
first = False
print(f'- {header}')
failure = True