We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d7ff4 commit a95e85bCopy full SHA for a95e85b
main
@@ -119,4 +119,4 @@ if output == []:
119
debug(empty)
120
exit(2)
121
for line in output:
122
- print("{} {} {}".format(tstotime(line[0]), line[1], line[2]))
+ print("{} {:>3} {}".format(tstotime(line[0]), line[1], line[2]))
0 commit comments