mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
OutputOptionsWithTextMixIn: copyedit warning message
This commit is contained in:
parent
2ee797c4b2
commit
341cc8a421
@ -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