Author: poeml Date: 2009-06-23 13:38:29 -0600 (Tue, 23 Jun 2009) New Revision: 7592 Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/testmirror.py Log: mb: use sys.stdout.write when running forked processes, because print is buffered in a different way. Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/testmirror.py =================================================================== --- trunk/tools/download-redirector-v2/mirrordoctor/mb/testmirror.py 2009-06-23 19:35:00 UTC (rev 7591) +++ trunk/tools/download-redirector-v2/mirrordoctor/mb/testmirror.py 2009-06-23 19:38:29 UTC (rev 7592) @@ -154,7 +154,7 @@ def probe_report(m): m = probe(m) #print 'checked %s' % m.probeurl - print '.', + sys.stdout.write('.') sys.stdout.flush() return m _______________________________________________ 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.orgReceived on 2009-06-23Z19:38:50
This archive was generated by hypermail 2.2.0 : 2009-07-10Z19:18:13 GMT