From a5d5f7fe1624ad5a12bb1e9b1491d1d4790a6b24 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 26 Jun 2014 16:22:04 +0600 Subject: Another attempt to solve compilation error Sorry for the noise, but it's tricky to troubleshoot stuff which only happens on buildbot.. --- build_files/scons/tools/btools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files') diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py index 434598a015e..4124d066734 100644 --- a/build_files/scons/tools/btools.py +++ b/build_files/scons/tools/btools.py @@ -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(): -- cgit v1.2.3