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