aboutsummaryrefslogtreecommitdiff
path: root/fetch-macOS.py
Commit message (Collapse)AuthorAgeFilesLines
* Update fetch-macOS.pysickcodes2021-07-011-1/+1
|
* Change call function to PopenJohn Jackson2021-06-071-2/+2
| | | 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.
* Restore fetch-macOS.py from OSX-KVM previoussickcodes2021-03-251-0/+447