Files
Docker-OSX/fetch-macOS.py
John Jackson 62baabc31e Change call function to Popen
The call function can deadlock if the child process prints larger output. Use Popen with the communicate() method with you need pipes. If you switch to Popen, you'll get cleaner debugging.
2021-06-07 13:52:20 -06:00

17 KiB
Executable File