Author: Antonio Cuni <[email protected]>
Branch: 
Changeset: r44301:b6fde36d737a
Date: 2011-05-19 14:48 +0200
http://bitbucket.org/pypy/pypy/changeset/b6fde36d737a/

Log:    fix for the case in which you don't pass the cpython vmrss

diff --git a/pypy/jit/tool/log2gnumeric.py b/pypy/jit/tool/log2gnumeric.py
--- a/pypy/jit/tool/log2gnumeric.py
+++ b/pypy/jit/tool/log2gnumeric.py
@@ -151,7 +151,7 @@
 
 def vmrss_rows(filename, maxtime):
     lines = []
-    if options.cpython_vmrss:
+    if filename:
         try:
             lines = open(filename).readlines()
         except IOError:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to