Skip to content

Commit 9590947

Browse files
committed
Fix formatting of output when threading
1 parent 6ded320 commit 9590947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

btest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ class OutputHandler:
16081608
# prefixes by using enough space for the number of threads
16091609
# requested, plus 1 for "#".
16101610
width = len(str(self.options().threads)) + 1
1611-
return f"[%+{mp.current_process().name:>{width}}]"
1611+
return f"[{mp.current_process().name:>{width}}]"
16121612
else:
16131613
return ""
16141614

0 commit comments

Comments
 (0)