mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
[PR #288] [MERGED] Change call function to Popen #745
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/288
Author: @redr0nin
Created: 6/7/2021
Status: ✅ Merged
Merged: 7/2/2021
Merged by: @sickcodes
Base:
master← Head:patch-1📝 Commits (2)
62baabcChange call function to Popen0d70bedUpdate fetch-macOS.py📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
fetch-macOS.py(+2 -2)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.