Author: Lars Wassermann <[email protected]>
Branch:
Changeset: r353:55fb742e4097
Date: 2013-04-30 10:08 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/55fb742e4097/
Log: fixed visibility bug
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -118,6 +118,7 @@
def add(executable, benchmark, result):
print "Saving result %s for executable %s, benchmark %s" % (
result, executable, benchmark)
+ global COMMIT_ID
if COMMIT_ID is None:
COMMIT_ID = get_commitid()
data = build_data(executable, benchmark, result)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit