[Bf-blender-cvs] [41b37c0] master: Corrected the comment

Sergey Sharybin noreply at git.blender.org
Tue Apr 22 09:09:27 CEST 2014


Commit: 41b37c007c334d714d7b52edb1aeaec7087b56d4
Author: Sergey Sharybin
Date:   Tue Apr 22 13:02:39 2014 +0600
https://developer.blender.org/rB41b37c007c334d714d7b52edb1aeaec7087b56d4

Corrected the comment

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 2d8548c..8d5d3a5 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)




More information about the Bf-blender-cvs mailing list