Skip to content

Commit e8795f7

Browse files
Update compare_results.py
1 parent e5d16bd commit e8795f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test_tipc/compare_results.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def parser_results_from_log_by_name(log_path, names_list):
4545
parser_results = {}
4646
lines = open(log_path, 'r').read().splitlines()
4747
for line in lines:
48-
# if any([(name in line) for name in names_list]):
4948
split_items = line.split(' ')
5049
for name in names_list:
5150
if name in line:

0 commit comments

Comments
 (0)