mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
[#1723] tools/check-messages.py
This commit is contained in:
@@ -27,7 +27,7 @@ def main():
|
||||
failure = False
|
||||
|
||||
for makefile_am in makefile_ams:
|
||||
with open(makefile_am, 'r', encoding="utf8") as f:
|
||||
with open(makefile_am, 'r', encoding='utf-8') as f:
|
||||
lines = f.readlines()
|
||||
in_headers_block = False
|
||||
for line in lines:
|
||||
|
Reference in New Issue
Block a user