[pypy-commit] benchmarks single-run: fix merge

fijal noreply at buildbot.pypy.org
Thu Aug 1 21:24:14 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: single-run
Changeset: r225:14b5d59b71d3
Date: 2013-08-01 21:24 +0200
http://bitbucket.org/pypy/benchmarks/changeset/14b5d59b71d3/

Log:	fix merge

diff --git a/runner.py b/runner.py
--- a/runner.py
+++ b/runner.py
@@ -131,7 +131,6 @@
 
     options, args = parser.parse_args(argv)
 
-    benchmarks = options.benchmarks.split(',')
     if options.benchmarks is not None:
         if options.benchmarks_file is not None:
             parser.error(


More information about the pypy-commit mailing list