| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update fetch-macOS.py | sickcodes | 2021-07-01 | 1 | -1/+1 |
| | | |||||
| * | Change call function to Popen | John Jackson | 2021-06-07 | 1 | -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 previous | sickcodes | 2021-03-25 | 1 | -0/+447 |