diff options
author | Graham Krizek <graham@krizek.io> | 2019-01-18 09:36:39 -0600 |
---|---|---|
committer | Graham Krizek <graham@krizek.io> | 2019-01-18 09:36:39 -0600 |
commit | fdf82ba1813cf12e2794bbe20f7d002eaf4279fc (patch) | |
tree | f9adec0c2023d05c2aef6e56790ffc4ecf3acb45 /src/net_processing.cpp | |
parent | fcb6694a9945d2a02f40587e18bd395ef64048e0 (diff) |
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/net_processing.cpp')
0 files changed, 0 insertions, 0 deletions