Author: Armin Rigo <[email protected]>
Branch:
Changeset: r73288:fd526e56da5a
Date: 2014-09-03 16:57 +0200
http://bitbucket.org/pypy/pypy/changeset/fd526e56da5a/
Log: oups
diff --git a/_pytest/resultlog.py b/_pytest/resultlog.py
--- a/_pytest/resultlog.py
+++ b/_pytest/resultlog.py
@@ -109,4 +109,4 @@
def _safeprint(s, file):
if isinstance(s, unicode):
s = s.encode('utf-8')
- py.builtin.print_(s)
+ py.builtin.print_(s, file=file)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit