Skip to content

Commit 8f46a37

Browse files
Merge pull request #1231 from Bastian-Krause/bst/stepreporter-deprecation
stepreporter: fix class name in DeprecationWarning
2 parents 49e1667 + 4d48dd5 commit 8f46a37

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)