Skip to content

Commit

Permalink
v0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
yh202109 committed Jul 13, 2024
1 parent 43c6863 commit 06ff94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtbp3/health/ectd.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def find_section_given_words(self, words, outfmt='simple', include='up', to_righ
if len(split_row) > 1:
first_part = split_row[0]
second_part = split_row[1]
colored_second_part = self.color_output(second_part, words, "red")
colored_second_part = self.color_output(second_part, words=words, color="red")
out_colored.append(f"{first_part} {colored_second_part}")
else:
out_colored.append(row)
Expand Down

0 comments on commit 06ff94a

Please sign in to comment.