Skip to content

Commit

Permalink
cli: add a reason for deprecation of redirect_outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Exirel committed Sep 2, 2019
1 parent d9e5039 commit 6b193a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sopel/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,9 @@ def load_settings(options):
return config.Config(filename)


@tools.deprecated(version='7.0', removed_in='8.0')
@tools.deprecated(reason='Obsoleted by modernized logging.',
version='7.0',
removed_in='8.0')
def redirect_outputs(settings, is_quiet=False):
"""Redirect ``sys``'s outputs using Sopel's settings.
Expand Down

0 comments on commit 6b193a1

Please sign in to comment.