Another attempt to solve compilation error

Sorry for the noise, but it's tricky to troubleshoot stuff
which only happens on buildbot..
This commit is contained in:
Sergey Sharybin 2014-06-26 16:22:04 +06:00
parent ee20433cf3
commit a5d5f7fe16
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ def get_command_output(*popenargs, **kwargs):
cmd = kwargs.get("args")
if cmd is None:
cmd = popenargs[0]
raise subprocess.CalledProcessError(retcode, cmd, output=output)
raise subprocess.CalledProcessError(retcode, cmd)
return output
def get_version():