From 6b0e0625bc3675688f6baa39680b17ba25c112f3 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 3 Jun 2007 12:49:29 +0000 Subject: [PATCH] Flush the checking line immediately so you can see what it's doing if it hangs. git-svn-id: file:///home/talex/Backups/sf.net/Subversion/zero-install/trunk/feedlint@1847 9f8c893c-44ee-0310-b757-c8ca8341c71e --- display.py | 1 + 1 file changed, 1 insertion(+) diff --git a/display.py b/display.py index 39a6c0e..c8ffcf9 100644 --- a/display.py +++ b/display.py @@ -27,6 +27,7 @@ def checking(msg): msg = ' ' + msg cursor_pos = len(msg) sys.stdout.write(msg) + sys.stdout.flush() def result(msg, colour = 'GREEN'): global cursor_pos -- 2.11.4.GIT