mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-04 16:05:17 +00:00
[1198] a minor style fix: removed unnecessary semicolon.
This commit is contained in:
@@ -167,7 +167,7 @@ def processFile(filename):
|
|||||||
Parameters:
|
Parameters:
|
||||||
filename Name of the message file to process
|
filename Name of the message file to process
|
||||||
"""
|
"""
|
||||||
lines = open(filename).read().splitlines();
|
lines = open(filename).read().splitlines()
|
||||||
|
|
||||||
# Search for the first line starting with the percent character. Everything
|
# Search for the first line starting with the percent character. Everything
|
||||||
# before it is considered the file header and is copied to the output with
|
# before it is considered the file header and is copied to the output with
|
||||||
|
Reference in New Issue
Block a user