Skip to content

Commit 4d48dd5

Browse files
stepreporter: fix class name in DeprecationWarning
Fixes: a3df4e6 ("stepreporter: deprecate it") Signed-off-by: Bastian Krause <[email protected]>
1 parent 8012c90 commit 4d48dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labgrid/stepreporter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def start(cls):
1919
from warnings import warn
2020
warn(
2121
"""
22-
StepLogger is deprecated, use the StepLogger and basicConfig from labgrid.logging
22+
StepReporter is deprecated, use the StepLogger and basicConfig from labgrid.logging
2323
instead which integrates with the python logging infrastructure.
2424
""",
2525
DeprecationWarning,

0 commit comments

Comments
 (0)