From 5439f682fd587fb1e7b3dbdaa71e3a8711470a3d Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 2 Jul 2019 12:56:07 +0200 Subject: Buildbot: Correct previous commit --- build_files/buildbot/slave_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files') 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'): -- cgit v1.2.3