Show More
@@ -107,6 +107,7 b' class GitRepository(BaseRepository):' | |||||
107 | raise ValueError('cmd must be a list, got %s instead' % type(cmd)) |
|
107 | raise ValueError('cmd must be a list, got %s instead' % type(cmd)) | |
108 |
|
108 | |||
109 | out, err = self._remote.run_git_command(cmd, **opts) |
|
109 | out, err = self._remote.run_git_command(cmd, **opts) | |
|
110 | if err: | |||
110 | log.debug('Stderr output of git command "%s":\n%s', cmd, err) |
|
111 | log.debug('Stderr output of git command "%s":\n%s', cmd, err) | |
111 | return out, err |
|
112 | return out, err | |
112 |
|
113 |
General Comments 0
You need to be logged in to leave comments.
Login now