[py-svn] commit/py: cfbolz: fix docstring of py.process.cmdexec

Bitbucket commits-noreply at bitbucket.org
Thu Nov 22 14:32:45 CET 2012


1 new commit in py:


https://bitbucket.org/hpk42/py/changeset/c8c1a8255e77/
changeset:   c8c1a8255e77
user:        cfbolz
date:        2012-11-22 13:59:11
summary:     fix docstring of py.process.cmdexec
affected #:  1 file

diff -r 462a333b9d4b64c28288bf1f18210750a58256b4 -r c8c1a8255e7786800eae6d2d020ba6b966637427 py/_process/cmdexec.py
--- a/py/_process/cmdexec.py
+++ b/py/_process/cmdexec.py
@@ -10,7 +10,7 @@
 def cmdexec(cmd):
     """ return unicode output of executing 'cmd' in a separate process.
 
-    raise cmdexec.ExecutionFailed exeception if the command failed.
+    raise cmdexec.Error exeception if the command failed.
     the exception will provide an 'err' attribute containing
     the error-output from the command.
     if the subprocess module does not provide a proper encoding/unicode strings

Repository URL: https://bitbucket.org/hpk42/py/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list