mirror of
https://github.com/imcarlost/pidcat-repl.git
synced 2026-08-08 23:17:43 -04:00
Merge pull request #141 from Pear0/master
Add pass-through of adb errors
This commit is contained in:
@@ -196,7 +196,7 @@ class FakeStdinProcess():
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
if sys.stdin.isatty():
|
if sys.stdin.isatty():
|
||||||
adb = subprocess.Popen(adb_command, stdin=PIPE, stdout=PIPE, stderr=PIPE)
|
adb = subprocess.Popen(adb_command, stdin=PIPE, stdout=PIPE)
|
||||||
else:
|
else:
|
||||||
adb = FakeStdinProcess()
|
adb = FakeStdinProcess()
|
||||||
pids = set()
|
pids = set()
|
||||||
|
|||||||
Reference in New Issue
Block a user