diff options
author | Sam Doran <sdoran@redhat.com> | 2018-09-28 22:04:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-28 22:04:50 +0200 |
commit | 8b1ae30e2ee86cdb8b68944b94846bbaf46228b4 (patch) | |
tree | 155e2454efd6972792d43bf387eb31bffe2308ac /COPYING | |
parent | better error on empty playbook (diff) | |
download | ansible-8b1ae30e2ee86cdb8b68944b94846bbaf46228b4.tar.xz ansible-8b1ae30e2ee86cdb8b68944b94846bbaf46228b4.zip |
Use bytes rather than native string for result (#46281)
This prevents a stack trace in Python 3 when the result is an empty file since
the file is open in binary mode and a native string in Python 3 is str,
not bytes.
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions