stevel 2005/04/19 12:26:33
Modified: src/script runant.py
Log:
flush any output before we run.
Revision Changes Path
1.9 +1 -0 ant/src/script/runant.py
Index: runant.py
===================================================================
RCS file: /home/cvs/ant/src/script/runant.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- runant.py 9 Feb 2004 21:05:40 -0000 1.8
+++ runant.py 19 Apr 2005 19:26:33 -0000 1.9
@@ -95,6 +95,7 @@
if debug:
print '\n%s\n\n' % (cmdline)
+sys.stdout.flush()
# Run the biniou!
os.system(cmdline)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]