CVS: python/msp430 jtag.py,1.5,1.6

Chris Liechti <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/python/msp430
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11164/python/msp430

Modified Files:
	jtag.py 
Log Message:
flush output when displaying progress

Index: jtag.py
===================================================================
RCS file: /cvsroot/mspgcc/python/msp430/jtag.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- jtag.py	14 Jul 2004 01:59:29 -0000	1.5
+++ jtag.py	8 Sep 2004 14:55:42 -0000	1.6
@@ -333,6 +333,7 @@
 
     def progess_update(self, count, total):
         sys.stderr.write("\r%d%%" % (100*count/total))
+        sys.stderr.flush()
 
     def actionProgram(self):
         """Program data into flash memory."""



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.