[Bf-blender-cvs] [5439f682fd5] master: Buildbot: Correct previous commit

Sergey Sharybin noreply at git.blender.org
Tue Jul 2 12:56:24 CEST 2019


Commit: 5439f682fd587fb1e7b3dbdaa71e3a8711470a3d
Author: Sergey Sharybin
Date:   Tue Jul 2 12:56:07 2019 +0200
Branches: master
https://developer.blender.org/rB5439f682fd587fb1e7b3dbdaa71e3a8711470a3d

Buildbot: Correct previous commit

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

M	build_files/buildbot/slave_test.py

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

diff --git a/build_files/buildbot/slave_test.py b/build_files/buildbot/slave_test.py
index 43afd011075..31f536253b1 100644
--- a/build_files/buildbot/slave_test.py
+++ b/build_files/buildbot/slave_test.py
@@ -38,7 +38,7 @@ if "cmake" in builder:
     # NOTE: For quick test only to see if the approach work.
     # n the future must be replaced with an actual blender version.
     blender_version = '2.80'
-    blender_version_dir = os.path,join(install_dir, blender_version)
+    blender_version_dir = os.path.join(install_dir, blender_version)
     command_prefix = []
 
     if builder.startswith('linux'):



More information about the Bf-blender-cvs mailing list