Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interpret subprocess output as strings
Previously the subprocess output would be reported as byte strings, which in Python 3.10 would add a b'' prefix, interfering with the output. By interpreting them as proper UTF-8 strings, we ensure that the original functionality is restored.
- Loading branch information