From c05074a0e65fd226a27b95aff32a3f6b1d1b8da9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 2 May 2016 13:24:30 +0200 Subject: Fix typo in merge-benchmark-func MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- bench/merge-benchmark-func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/merge-benchmark-func.py b/bench/merge-benchmark-func.py index c1b66eb..ac5b68d 100755 --- a/bench/merge-benchmark-func.py +++ b/bench/merge-benchmark-func.py @@ -40,7 +40,7 @@ if dim > 1: if best_nsec is None or nsec < best_nsec: best_nsec, best_line = nsec, line print(best_line) -else 'SELECT_MIN' not in os.environ: +elif 'SELECT_MIN' not in os.environ: for lines in files: for i in range(skip, line_count): print(lines[i]) -- cgit v1.2.3-70-g09d2