Commit 392117d
committed
Should not use stdout=PIPE or stderr=PIPE with subprocess.call() [...] the child process may block
See : http://docs.python.org/library/subprocess.html#using-the-subprocess-module
fixes kivy#291 parent 650f868 commit 392117d
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
0 commit comments