Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f3df14

Browse files
committed
Fix syntax error
1 parent f584111 commit 6f3df14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ def execute(self, command,
779779
stdout=stdout_sink,
780780
shell=shell is not None and shell or self.USE_SHELL,
781781
universal_newlines=universal_newlines,
782-
**subprocess_kwargs,
782+
**subprocess_kwargs
783783
)
784784
except cmd_not_found_exception as err:
785785
raise GitCommandNotFound(command, err)

0 commit comments

Comments
 (0)