mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 01:10:57 +01:00
rm'd some trailing whitespace
This commit is contained in:
parent
0f6295ab87
commit
d59045187b
1 changed files with 2 additions and 2 deletions
|
@ -608,8 +608,8 @@ class PopenThread(threading.Thread):
|
|||
if self.suspended:
|
||||
return
|
||||
# close files to send EOF to non-blocking reader.
|
||||
# capout & caperr seem to be needed only by Windows, while
|
||||
# orig_stdout & orig_stderr are need by posix and Windows.
|
||||
# capout & caperr seem to be needed only by Windows, while
|
||||
# orig_stdout & orig_stderr are need by posix and Windows.
|
||||
# Probably best to close them all. Also, order seems to matter here,
|
||||
# with orig_* needed to be closed before cap*
|
||||
safe_fdclose(self.orig_stdout)
|
||||
|
|
Loading…
Add table
Reference in a new issue