Skip to content

Commit

Permalink
Adjust format for aligned printout
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Jun 7, 2022
1 parent 835e49a commit aaa3bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/regtesting/do_regtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def __init__(

def __str__(self) -> str:
value = f"{self.value:.10g}" if self.value else "-"
return f" {self.test.name :<50s} {value :>17} {self.status :>12s} ( {self.duration:6.2f} sec)"
return f" {self.test.name :<80s} {value :>17} {self.status :>12s} ( {self.duration:6.2f} sec)"


# ======================================================================================
Expand Down

0 comments on commit aaa3bad

Please sign in to comment.