[pypy-svn] r50953 - pypy/build/buildbot

exarkun at codespeak.net exarkun at codespeak.net
Thu Jan 24 01:52:29 CET 2008


Author: exarkun
Date: Thu Jan 24 01:52:28 2008
New Revision: 50953

Modified:
   pypy/build/buildbot/netstring-conftest.py
Log:
Oops

Hey kids, this is what happens when you don't do TDD.  You get crappy
code that is broken in the most trivial ways and you lose a night's
worth of test results.  Remember, only you can prevent forest fires.


Modified: pypy/build/buildbot/netstring-conftest.py
==============================================================================
--- pypy/build/buildbot/netstring-conftest.py	(original)
+++ pypy/build/buildbot/netstring-conftest.py	Thu Jan 24 01:52:28 2008
@@ -17,7 +17,7 @@
 
         # Marker so the peer can recognize our newline convention. ><
         # -exarkun
-        self.out('\n')
+        self.out.write('\n')
 
     def report_unknown(self, event):
         pass



More information about the Pypy-commit mailing list