Skip to content

Commit a95e85b

Browse files
committed
line id is 3 characters max.
1 parent c9d7ff4 commit a95e85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ if output == []:
119119
debug(empty)
120120
exit(2)
121121
for line in output:
122-
print("{} {} {}".format(tstotime(line[0]), line[1], line[2]))
122+
print("{} {:>3} {}".format(tstotime(line[0]), line[1], line[2]))

0 commit comments

Comments
 (0)