[py-svn] r8646 - py/dist/py/path/local

hpk at codespeak.net hpk at codespeak.net
Thu Jan 27 23:39:29 CET 2005


Author: hpk
Date: Thu Jan 27 23:39:29 2005
New Revision: 8646

Modified:
   py/dist/py/path/local/local.py
Log:
formatting crazyness 


Modified: py/dist/py/path/local/local.py
==============================================================================
--- py/dist/py/path/local/local.py	(original)
+++ py/dist/py/path/local/local.py	Thu Jan 27 23:39:29 2005
@@ -376,8 +376,7 @@
         ret = proc.wait()
         if ret != 0:
             raise py.process.cmdexec.Error(ret, ret, str(self),
-                                           stdout,
-                                           stderr,)
+                                           stdout, stderr,)
         return stdout
 
     def sysfind(self, name, checker=None):



More information about the pytest-commit mailing list