From 451561c252323e74696dbe0be36601c95a75a8c3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 8 Oct 2009 17:29:52 +0200 Subject: Added docs for the error module --- lib/git/cmd.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/git/cmd.py') diff --git a/lib/git/cmd.py b/lib/git/cmd.py index 0a8ff6a2..796928b3 100644 --- a/lib/git/cmd.py +++ b/lib/git/cmd.py @@ -102,7 +102,10 @@ class Git(object): str(output) # extended_output = False (Default) tuple(int(status), str(stdout), str(stderr)) # extended_output = True - + + Raise + GitCommandError + NOTE If you add additional keyword arguments to the signature of this method, you must update the execute_kwargs tuple housed in this module. -- cgit v1.2.1