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 969185b commit c30bf3bCopy full SHA for c30bf3b
1 file changed
git/index/fun.py
@@ -106,7 +106,6 @@ def run_commit_hook(name: str, index: 'IndexFile', *args: str) -> None:
106
stderr = force_text(stderr, defenc)
107
raise HookExecutionError(hp, cmd.returncode, stderr, stdout)
108
# end handle return code
109
- # end handle return code
110
111
112
def stat_mode_to_index_mode(mode):
0 commit comments