diff options
Diffstat (limited to 'git_command.py')
-rw-r--r-- | git_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_command.py b/git_command.py index 82709b91..a40e6c05 100644 --- a/git_command.py +++ b/git_command.py | |||
@@ -217,7 +217,7 @@ class GitCommand(object): | |||
217 | stdin = stdin, | 217 | stdin = stdin, |
218 | stdout = stdout, | 218 | stdout = stdout, |
219 | stderr = stderr) | 219 | stderr = stderr) |
220 | except Exception, e: | 220 | except Exception as e: |
221 | raise GitError('%s: %s' % (command[1], e)) | 221 | raise GitError('%s: %s' % (command[1], e)) |
222 | 222 | ||
223 | if ssh_proxy: | 223 | if ssh_proxy: |