diff options
author | willcl-ark <will8clark@gmail.com> | 2022-09-30 13:12:32 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-10-11 09:19:58 +0800 |
commit | 997faf6b6c774dc87ae730f2f08d7f4f08bdfd04 (patch) | |
tree | 23e2834d4c4a617c5c01b83f5c349a6fc0e8318d /src/index | |
parent | 7e0bcfbfef61cb688bc92a96003c1219cad67935 (diff) |
contrib: Fix capture_output in getcoins.py
Our required Python version 3.6.12 does not support `capture_output` as
a subprocess.run argument; this was added in python 3.7.
We can emulate it by setting stdout and stderr to subprocess.PIPE
Github-Pull: #26212
Rebased-From: be59bd17ec753af7cc763474f2432d12bfc88c2f
Diffstat (limited to 'src/index')
0 files changed, 0 insertions, 0 deletions