summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-14 16:28:22 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-14 16:28:22 -0400
commit1c47ff123bf7b3bd496dccd251a88f89502c3060 (patch)
treed92dce5ae47a87aae9f6c554fc14531392f4364b /QMTest
parent471e031c77be4861aa7db6951ce69ebc05d51aaa (diff)
downloadscons-1c47ff123bf7b3bd496dccd251a88f89502c3060.tar.gz
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 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))