From 41b37c007c334d714d7b52edb1aeaec7087b56d4 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 22 Apr 2014 13:02:39 +0600 Subject: Corrected the comment --- build_files/buildbot/slave_compile.py | 1 + 1 file changed, 1 insertion(+) (limited to 'build_files') 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) -- cgit v1.2.3