diff options
| author | Graham Krizek <[email protected]> | 2019-01-18 09:36:39 -0600 |
|---|---|---|
| committer | Graham Krizek <[email protected]> | 2019-01-18 09:36:39 -0600 |
| commit | fdf82ba1813cf12e2794bbe20f7d002eaf4279fc (patch) | |
| tree | f9adec0c2023d05c2aef6e56790ffc4ecf3acb45 /src/httpserver.cpp | |
| parent | Merge #14839: [rebase] threads: fix unitialized members in sched_param (diff) | |
| download | discoin-fdf82ba1813cf12e2794bbe20f7d002eaf4279fc.tar.xz discoin-fdf82ba1813cf12e2794bbe20f7d002eaf4279fc.zip | |
Update all subprocess.check_output functions in CI scripts to be Python 3.4 compatible
Removing the 'universal_newlines' and 'encoding' args from the subprocess.check_outputs fuction. 'universal_newlines' is supported in 3.4, but 'encoding' is not. Without specifying 'encoding' it will make a guess at encoding, which can break things on BSD systems. We must handle encoding/decoding ourselves until we can use Python 3.6
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions