[Bf-blender-cvs] [a5d5f7f] master: Another attempt to solve compilation error

Sergey Sharybin noreply at git.blender.org
Thu Jun 26 12:22:32 CEST 2014


Commit: a5d5f7fe1624ad5a12bb1e9b1491d1d4790a6b24
Author: Sergey Sharybin
Date:   Thu Jun 26 16:22:04 2014 +0600
https://developer.blender.org/rBa5d5f7fe1624ad5a12bb1e9b1491d1d4790a6b24

Another attempt to solve compilation error

Sorry for the noise, but it's tricky to troubleshoot stuff
which only happens on buildbot..

===================================================================

M	build_files/scons/tools/btools.py

===================================================================

diff --git a/build_files/scons/tools/btools.py b/build_files/scons/tools/btools.py
index 434598a..4124d06 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():




More information about the Bf-blender-cvs mailing list