We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49e1667 + 4d48dd5 commit 8f46a37Copy full SHA for 8f46a37
labgrid/stepreporter.py
@@ -19,7 +19,7 @@ def start(cls):
19
from warnings import warn
20
warn(
21
"""
22
- StepLogger is deprecated, use the StepLogger and basicConfig from labgrid.logging
+ StepReporter is deprecated, use the StepLogger and basicConfig from labgrid.logging
23
instead which integrates with the python logging infrastructure.
24
""",
25
DeprecationWarning,
0 commit comments