(wrong string) ée

From: <git_AT_suckless.org>
Date: Mon, 2 May 2016 13:56:07 +0200 (CEST)

commit c05074a0e65fd226a27b95aff32a3f6b1d1b8da9
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Mon May 2 13:24:30 2016 +0200
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Mon May 2 13:24:30 2016 +0200

    Fix typo in merge-benchmark-func
    
    Signed-off-by: Mattias Andrée <maandree_AT_kth.se>

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
_AT_@ -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])
Received on Mon May 02 2016 - 13:56:07 CEST

This archive was generated by hypermail 2.3.0 : Mon May 02 2016 - 14:00:30 CEST