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>2014-04-22 11:02:39 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-04-22 11:02:39 +0400
commit41b37c007c334d714d7b52edb1aeaec7087b56d4 (patch)
tree1563c632bdfd04b19d216c4f175b20c4f39767ec /build_files
parent830a8847bd567de44e31a188219c03b86ee0d2fb (diff)
Corrected the comment
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_compile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 2d8548cbba0..8d5d3a5eb79 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -64,6 +64,7 @@ else:
install_dir = os.path.join('..', 'install', builder)
# Clean install directory so we'll be sure there's no
+ # residual libs and files remained from the previous install.
if os.path.isdir(install_dir):
shutil.rmtree(install_dir)