Skip to content

Commit

Permalink
Merge pull request #1231 from Bastian-Krause/bst/stepreporter-depreca…
Browse files Browse the repository at this point in the history
…tion

stepreporter: fix class name in DeprecationWarning
  • Loading branch information
Bastian-Krause committed Jul 6, 2023
2 parents 49e1667 + 4d48dd5 commit 8f46a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labgrid/stepreporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def start(cls):
from warnings import warn
warn(
"""
StepLogger is deprecated, use the StepLogger and basicConfig from labgrid.logging
StepReporter is deprecated, use the StepLogger and basicConfig from labgrid.logging
instead which integrates with the python logging infrastructure.
""",
DeprecationWarning,
Expand Down

0 comments on commit 8f46a37

Please sign in to comment.