diff options
Diffstat (limited to 'lib/git/cmd.py')
-rw-r--r-- | lib/git/cmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/cmd.py b/lib/git/cmd.py index 9cbad673..a1b85cdc 100644 --- a/lib/git/cmd.py +++ b/lib/git/cmd.py @@ -24,7 +24,7 @@ class Git(object): """ The Git class manages communication with the Git binary """ - def __init__(self, git_dir): + def __init__(self, git_dir=None): super(Git, self).__init__() self.git_dir = git_dir |