mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +00:00
[#1723] check-messages.py: remove duplicated strip
This commit is contained in:
parent
2fc4f40e14
commit
95799832c1
@ -248,7 +248,7 @@ def main():
|
|||||||
line = line.strip()
|
line = line.strip()
|
||||||
|
|
||||||
if len(current_debug_level) != 0:
|
if len(current_debug_level) != 0:
|
||||||
debug_levels[current_debug_level] = (line.strip().strip().rstrip(';')
|
debug_levels[current_debug_level] = (line.strip().rstrip(';')
|
||||||
.replace('isc::log::', '').replace('log::', ''))
|
.replace('isc::log::', '').replace('log::', ''))
|
||||||
current_debug_level = ''
|
current_debug_level = ''
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user