Skip to content

Commit 4aba317

Browse files
fixup
1 parent 5fa7d8c commit 4aba317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deadpos.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __str__(self):
5252
color = Fore.LIGHTGREEN_EX
5353

5454
if not PROGRESS_BAR:
55-
color = ""
55+
return s.ljust(80)
5656

5757
return color + s.ljust(80) + Style.RESET_ALL
5858

0 commit comments

Comments
 (0)