summaryrefslogtreecommitdiffstats
path: root/git_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_command.py')
-rw-r--r--git_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_command.py b/git_command.py
index 34efda7d..5034ae12 100644
--- a/git_command.py
+++ b/git_command.py
@@ -101,7 +101,7 @@ class _GitCall(object):
101 return _git_version 101 return _git_version
102 102
103 def __getattr__(self, name): 103 def __getattr__(self, name):
104 name = name.replace('_','-') 104 name = name.replace('_', '-')
105 def fun(*cmdv): 105 def fun(*cmdv):
106 command = [name] 106 command = [name]
107 command.extend(cmdv) 107 command.extend(cmdv)