Commit e773da7
committed
tests/conftest: fix log message in LabgridComponent.stop()
The class name was meant to be formated as an f-string, but the string
was not marked accordingly. Fix this by using the lazy evaluation
variant via %s.
Fixes: 373874b ("tests/conftest: move common Exporter functionality into generic LabgridComponent")
Signed-off-by: Bastian Krause <bst@pengutronix.de>
(cherry picked from commit ca8d184)1 parent a04d4d1 commit e773da7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments