When electrumsv-sdk stop is run in the CI Windows tests, it errors with SystemError indicating that the Python standard library function is buggy and does not handle an error. See the bug: https://bugs.python.org/issue42962
When this is fixed, we should revisit this and remove the try/except.
When
electrumsv-sdk stopis run in the CI Windows tests, it errors withSystemErrorindicating that the Python standard library function is buggy and does not handle an error. See the bug: https://bugs.python.org/issue42962When this is fixed, we should revisit this and remove the
try/except.