mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
removed some comments
This commit is contained in:
parent
47a283417e
commit
50e5f23d77
1 changed files with 0 additions and 2 deletions
|
@ -1463,8 +1463,6 @@ class CommandPipeline:
|
|||
if stdout is not None and \
|
||||
not isinstance(stdout, (io.BytesIO, NonBlockingFDReader)):
|
||||
stdout = NonBlockingFDReader(stdout.fileno(), timeout=timeout)
|
||||
#print("stdout", stdout, safe_readable(stdout))
|
||||
#import pdb; pdb.set_trace()
|
||||
if not stdout or not safe_readable(stdout):
|
||||
# we get here if the process is not threadable or the
|
||||
# class is the real Popen
|
||||
|
|
Loading…
Add table
Reference in a new issue