Show More
@@ -263,7 +263,8 b' class InteractiveRunner(object):' | |||
|
263 | 263 | |
|
264 | 264 | # Leave the child ready for more input later on, otherwise select just |
|
265 | 265 | # hangs on the second invocation. |
|
266 |
c.se |
|
|
266 | if c.isalive(): | |
|
267 | c.send('\n') | |
|
267 | 268 | |
|
268 | 269 | # Return any requested output |
|
269 | 270 | if get_output: |
General Comments 0
You need to be logged in to leave comments.
Login now