Werk #16890: check_ewon: ValueError (incomplete format)
Komponente | Checks & agents | ||||||
Titel | check_ewon: ValueError (incomplete format) | ||||||
Datum | 06.08.2024 | ||||||
Level | Kleine Änderung | ||||||
Klasse | Bugfix | ||||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||||
Checkmk versions & editions |
|
Formatting a value with unit %
would result in an invalid format-string making check_ewon
crash with an exception ValueError (incomplete format)
.
This change makes check_ewon
use f-formatting instead of %
-formatting.