From ceee944fc6e315d480385b07fae8c228ed2dd26e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 10 Jan 2006 18:37:58 +0000 Subject: [PATCH] flush stdout --- virt-chroot/adt-virt-chroot | 1 + 1 file changed, 1 insertion(+) diff --git a/virt-chroot/adt-virt-chroot b/virt-chroot/adt-virt-chroot index b2ee1dc..3347edd 100755 --- a/virt-chroot/adt-virt-chroot +++ b/virt-chroot/adt-virt-chroot @@ -241,6 +241,7 @@ def cmd_copydown(c, ce): copyupdown(c, ce, False) def cmd_copyup(c, ce): copyupdown(c, ce, True) def command(): + sys.stdout.flush() ce = sys.stdin.readline() ce = ce.rstrip().split() c = map(urllib.unquote, ce) -- 2.30.2