Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit600bd69

Browse files
committed
git.git.Git.__init__ takes None as default argument as the execute method handles this correctly
1 parent33401c3 commit600bd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/git/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Git(object):
2424
"""
2525
The Git class manages communication with the Git binary
2626
"""
27-
def__init__(self,git_dir):
27+
def__init__(self,git_dir=None):
2828
super(Git,self).__init__()
2929
self.git_dir=git_dir
3030

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp