Commit Graph

3 Commits

Author SHA1 Message Date
0d70bed2ed Update fetch-macOS.py 2021-07-01 08:33:40 +00:00
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
d4ffc1f2f3 Restore fetch-macOS.py from OSX-KVM previous 2021-03-25 13:59:59 +00:00