mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 21:55:16 -04:00
Adjust format for aligned printout
This commit is contained in:
parent
835e49a6a2
commit
aaa3bad4b0
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ class TestResult:
|
|||
|
||||
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)"
|
||||
|
||||
|
||||
# ======================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue