##// END OF EJS Templates
in irunner, don't send last newline if child is gone...
MinRK -
Show More
@@ -263,6 +263,7 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 if c.isalive():
266 267 c.send('\n')
267 268
268 269 # Return any requested output
General Comments 0
You need to be logged in to leave comments. Login now