Werk 16890 was adapted. The following is the new Werk, a diff is shown at the end of the
message.
[//]: # (werk v2)
# check_ewon: ValueError (incomplete format)
key | value
---------- | ---
date | 2024-08-06T07:52:50+00:00
version | 2.3.0p12
class | fix
edition | cre
component | checks
level | 1
compatible | yes
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.
------------------------------------<diff>-------------------------------------------
[//]: # (werk v2)
# check_ewon: ValueError (incomplete format)
key | value
---------- | ---
date | 2024-08-06T07:52:50+00:00
- version | 2.3.0p13
? ^
+ version | 2.3.0p12
? ^
class | fix
edition | cre
component | checks
level | 1
compatible | yes
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.