mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #51151 from Ch3LL/bp_51061
Backport #51061 to 2018.3
This commit is contained in:
commit
f7a100c6e3
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ class Terminal(object):
|
|||
stdout = None
|
||||
else:
|
||||
if self.stream_stdout:
|
||||
self.stream_stdout.write(salt.utils.data.encode(stdout))
|
||||
self.stream_stdout.write(salt.utils.stringutils.to_str(stdout))
|
||||
self.stream_stdout.flush()
|
||||
|
||||
if self.stdout_logger:
|
||||
|
|
Loading…
Add table
Reference in a new issue