Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jan 21, 2024
1 parent bd740df commit 8cf4a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_progress/ANSIWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def content(
if i < len(self.text_lines):
text = self.text_lines[i]
else:
text = b""
text = ""

padding = bytes().rjust(max(0, cols - len(escape_ansi(text))))
line = [(None, "U", text.encode("utf-8") + padding)]
Expand Down

0 comments on commit 8cf4a58

Please sign in to comment.