Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32470

Modified Files:
      Tag: MonetDB_1-20
        Mfilter.py.in 
Log Message:
Don't put real escape characters in the source.


Index: Mfilter.py.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mfilter.py.in,v
retrieving revision 1.150.2.6
retrieving revision 1.150.2.7
diff -u -d -r1.150.2.6 -r1.150.2.7
--- Mfilter.py.in       19 Nov 2007 22:10:58 -0000      1.150.2.6
+++ Mfilter.py.in       20 Nov 2007 09:22:45 -0000      1.150.2.7
@@ -312,7 +312,7 @@
     il = iw = ic = el = ew = ec = al = aw = ac = 0
     for iline in open(FILE):
         iline = iline.replace('\r', '')
-        iline = iline.replace('[?1034h','')
+        iline = iline.replace('\033[?1034h','')
         oline = xline = ""
         if iline == "#~BeginVariableOutput~#\n"  or  iline == 
"#~BeginProfilingOutput~#\n":
             ig = 1


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to