From 23c670ea0d51743d194dce1aaed0d81d48b2edf2 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 3 Dec 2015 21:59:42 +0500 Subject: Buildbot: Remove debug-only early exit --- build_files/buildbot/slave_pack.py | 1 - 1 file changed, 1 deletion(-) (limited to 'build_files/buildbot/slave_pack.py') diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py index d13b6b6e4ce..4b0d1385ccb 100644 --- a/build_files/buildbot/slave_pack.py +++ b/build_files/buildbot/slave_pack.py @@ -206,7 +206,6 @@ else: print("Stripping python...") py_target = os.path.join(install_dir, blender_version) subprocess.call(chroot_prefix + ['find', py_target, '-iname', '*.so', '-exec', 'strip', '-s', '{}', ';']) - sys.exit(0) # Copy all specific files which are too specific to be copied by # the CMake rules themselves -- cgit v1.2.3