Author: Tim Felgentreff <[email protected]>
Branch:
Changeset: r340:628f9b219f95
Date: 2013-04-25 15:17 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/628f9b219f95/
Log: typo
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -52,7 +52,7 @@
f.close()
with open("image.tar", "w") as f:
f.write(tar)
- f = tarfile.open("image.tar"):
+ f = tarfile.open("image.tar")
f.extractall(".")
f.close()
with open("sources.gz", "w") as f:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit