Fix a typo and left over debug command
This commit is contained in:
parent
5a78105d00
commit
dd43459dcb
@ -89,7 +89,6 @@ class OpenstackGitRepo(object):
|
||||
return self
|
||||
|
||||
def next(self):
|
||||
print self._cache_dir()
|
||||
return OpenstackCommit(next(self._commit_iterator),
|
||||
self.project, self.branch,
|
||||
self._cache_dir())
|
||||
|
@ -48,7 +48,7 @@ def execute(command, cwd=None, exit=0):
|
||||
(out, err) = process.communicate()
|
||||
exitcode = process.wait()
|
||||
|
||||
LOG.debug("Command exitted with rc: %s; STDOUT: %s; STDERR: %s" %
|
||||
LOG.debug("Command exited with rc: %s; STDOUT: %s; STDERR: %s" %
|
||||
(exitcode, out, err))
|
||||
|
||||
if cwd:
|
||||
|
Loading…
Reference in New Issue
Block a user