mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[1198] a minor style fix: removed unnecessary semicolon.
This commit is contained in:
@@ -167,7 +167,7 @@ def processFile(filename):
|
||||
Parameters:
|
||||
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
|
||||
# before it is considered the file header and is copied to the output with
|
||||
|
Reference in New Issue
Block a user