summaryrefslogtreecommitdiffstats
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-14 20:28:22 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-14 20:28:22 (GMT)
commitd2bd5c35b04a70cc4778bdf3fb7b1c9cc48cb2cb (patch)
treed92dce5ae47a87aae9f6c554fc14531392f4364b /QMTest
parentdd25c86b45c6cdf9cce4107c33464ec46a80dc58 (diff)
downloadSCons-d2bd5c35b04a70cc4778bdf3fb7b1c9cc48cb2cb.zip
SCons-d2bd5c35b04a70cc4778bdf3fb7b1c9cc48cb2cb.tar.gz
SCons-d2bd5c35b04a70cc4778bdf3fb7b1c9cc48cb2cb.tar.bz2
fix py2/3 mode=r and/rb, and remove native line ending translation. fixes win32
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestSCons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index a8651d9..d33eae7 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))