[mirrorbrain-commits] [opensuse-svn] r7623 - trunk/tools/download-redirector-v2/tools

From: Novell Forge SVN <noreply_at_novell.com>
Date: Fri, 26 Jun 2009 05:43:00 -0600 (MDT)
Author: poeml
Date: 2009-06-26 05:42:58 -0600 (Fri, 26 Jun 2009)
New Revision: 7623

Modified:
   trunk/tools/download-redirector-v2/tools/metalink-hasher.py
Log:
metalink-hasher: 
flush stdout before executing the hasher, thereby not intermixing its output.


Modified: trunk/tools/download-redirector-v2/tools/metalink-hasher.py
===================================================================
--- trunk/tools/download-redirector-v2/tools/metalink-hasher.py	2009-06-26 10:59:01 UTC (rev 7622)
+++ trunk/tools/download-redirector-v2/tools/metalink-hasher.py	2009-06-26 11:42:58 UTC (rev 7623)
@@ -69,6 +69,7 @@
         print 'Would run: ', ' '.join(cmd)
         return
 
+    sys.stdout.flush()
     o = subprocess.Popen(cmd, stdout=subprocess.PIPE,
                     close_fds=True).stdout
     lines = []

_______________________________________________
Opensuse-svn mailing list
Opensuse-svn_at_forge.novell.com
http://forge.novell.com/mailman/listinfo/opensuse-svn


_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on 2009-06-26Z11:43:19

This archive was generated by hypermail 2.2.0 : 2009-07-10Z19:18:13 GMT