Skip to content

Commit

Permalink
Merge pull request #55726 from Ch3LL/dep_context
Browse files Browse the repository at this point in the history
Bump deprecation of override_name to sodium
  • Loading branch information
dwoz authored Dec 23, 2019
2 parents dac73c8 + 0dedbee commit 47d8f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/utils/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def __init__(self, d, pre_keys, override_name=None): # pylint: disable=W0231
if override_name is not None:
import salt.utils.versions
salt.utils.versions.warn_until(
'Neon',
'Sodium',
'Overriding the class name is no longer supported. Please '
'remove the override_name argument before it is removed in '
'Salt Sodium.'
Expand Down

0 comments on commit 47d8f6d

Please sign in to comment.