mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #6249 from cvrebert/patch-2
OutputOptionsWithTextMixIn: copyedit warning message
This commit is contained in:
commit
1aff34fba2
@ -856,8 +856,8 @@ class OutputOptionsWithTextMixIn(OutputOptionsMixIn):
|
||||
utils.warn_until(
|
||||
(0, 19),
|
||||
'\'OutputOptionsWithTextMixIn\' has been deprecated. Please '
|
||||
'start using \'OutputOptionsMixIn\', your code should not need '
|
||||
'any more change.'
|
||||
'start using \'OutputOptionsMixIn\'; your code should not need '
|
||||
'any further changes.'
|
||||
)
|
||||
return instance
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user