Skip to content

Commit 600bd69

Browse files
committed
git.git.Git.__init__ takes None as default argument as the execute method handles this correctly
1 parent 33401c3 commit 600bd69

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy