We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a50f28 commit 17b2b12Copy full SHA for 17b2b12
git/cmd.py
@@ -813,7 +813,6 @@ def execute(self,
813
removed.
814
:param strip_newline_in_stdout:
815
Whether to strip the trailing `\n` of the command stdout.
816
-
817
:return:
818
* str(output) if extended_output = False (Default)
819
* tuple(int(status), str(stdout), str(stderr)) if extended_output = True
0 commit comments