We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8012c90 commit 4d48dd5Copy full SHA for 4d48dd5
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