Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(docs): remove an unexpected blank line
  • Loading branch information
toku-sa-n committed Apr 7, 2022
commit 17b2b128fb6d6f987b47d60ccb1ab09b8fc238ea
1 change: 0 additions & 1 deletion git/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,6 @@ def execute(self,
removed.
:param strip_newline_in_stdout:
Whether to strip the trailing `\n` of the command stdout.

:return:
* str(output) if extended_output = False (Default)
* tuple(int(status), str(stdout), str(stderr)) if extended_output = True
Expand Down