Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-07-02 13:56:07 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-07-02 13:56:07 +0300
commit5439f682fd587fb1e7b3dbdaa71e3a8711470a3d (patch)
treeea42b832f9a70bb153f82fa5a4ebfb5e8ea18e30 /build_files
parent3cc51cf28ccd074da918ff975beb90fd7cdef346 (diff)
Buildbot: Correct previous commit
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_test.py2
1 files changed, 1 insertions, 1 deletions
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'):