From 4bd38e06ea2bfe5a1c7b9fdb6a962eef33e8a1ef Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 2 Apr 2017 22:48:15 -0400 Subject: fix test/Configure/ConfigureDryRunTest read logfile as non binary --- QMTest/TestSCons.py | 1 - 1 file changed, 1 deletion(-) diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 467d5a8..b9d7377 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -1043,7 +1043,6 @@ SConscript( sconscript ) raise NoMatch(lastEnd) return m.end() + lastEnd try: - #print(len(os.linesep)) ls = os.linesep nols = "(" for i in range(len(ls)): -- cgit v0.12