You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Philipp Fehre edited this page Jul 1, 2015
·
1 revision
Running canned in a subprocess can cause problems. See this issue. If you run into this in python you can try as suggested in a comment
In case people are still running into this, here's how I solved it. Basically, if I didn't set a STDIN/STDOUT/STDERR for the Popen call, it seemed to work.