Show More
@@ -35,7 +35,7 class convert_git(converter_source): | |||||
35 | def gitopen(self, s, noerr=False): |
|
35 | def gitopen(self, s, noerr=False): | |
36 | if noerr: |
|
36 | if noerr: | |
37 | (sin, so, se) = util.popen3('GIT_DIR=%s %s' % (self.path, s)) |
|
37 | (sin, so, se) = util.popen3('GIT_DIR=%s %s' % (self.path, s)) | |
38 |
return s |
|
38 | return so | |
39 | else: |
|
39 | else: | |
40 | util.popen('GIT_DIR=%s %s' % (self.path, s), 'rb') |
|
40 | util.popen('GIT_DIR=%s %s' % (self.path, s), 'rb') | |
41 |
|
41 |
General Comments 0
You need to be logged in to leave comments.
Login now