From f8d68be876d83333e08df904622f665a49961a4e Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 13 Mar 2017 12:54:39 -0700 Subject: read logfile in non-binary mode --- 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 f75a3ccc..8d53e111 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -1013,7 +1013,7 @@ SConscript( sconscript ) nols = nols + "|" nols = nols + ")" lastEnd = 0 - logfile = self.read(self.workpath(logfile)) + logfile = self.read(self.workpath(logfile),mode='r') if (doCheckLog and logfile.find( "scons: warning: The stored build " "information has an unexpected class." ) >= 0): -- cgit v1.2.1