Skip to content

Commit

Permalink
fix line id's while excluding some levels of logs
Browse files Browse the repository at this point in the history
  • Loading branch information
egigoka committed Sep 23, 2024
1 parent 26bde42 commit 992236e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion read_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,12 @@ def main():
if (len_lines - cnt_line) <= SKIP_LAST:
continue

line_print_number = line_cnt.get()
row = csv_line_to_list(line)

if not is_printable(row):
continue

line_print_number = line_cnt.get()

color, back = get_colors(row, line_print_number)
widths = get_widths()
Expand Down

0 comments on commit 992236e

Please sign in to comment.