From 1c47ff123bf7b3bd496dccd251a88f89502c3060 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 14 Mar 2017 16:28:22 -0400 Subject: fix py2/3 mode=r and/rb, and remove native line ending translation. fixes win32 --- QMTest/TestSCons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'QMTest') diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index a8651d99..d33eae7c 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -1028,7 +1028,7 @@ SConscript( sconscript ) nols = nols + "|" nols = nols + ")" lastEnd = 0 - logfile = self.read(self.workpath(logfile),mode='r') + logfile = self.read(self.workpath(logfile)) # Some debug code to keep around.. # sys.stderr.write("LOGFILE[%s]:%s"%(type(logfile),logfile)) -- cgit v1.2.1