Show More
@@ -683,7 +683,7 b' class ui(object):' | |||
|
683 | 683 | if not r: |
|
684 | 684 | r = default |
|
685 | 685 | # sometimes self.interactive disagrees with isatty, |
|
686 | # show default response | |
|
686 | # show response provided on stdin when simulating | |
|
687 | 687 | if not util.isatty(self.fin): |
|
688 | 688 | self.write(r, "\n") |
|
689 | 689 | return r |
General Comments 0
You need to be logged in to leave comments.
Login now