summaryrefslogtreecommitdiffstats
path: root/build/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'build/package.py')
-rwxr-xr-xbuild/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/package.py b/build/package.py
index 9e37d4bf..c3d89d30 100755
--- a/build/package.py
+++ b/build/package.py
@@ -263,7 +263,7 @@ def build_offline_deliverables(build_version,
create_package(aux_content, aux_package_tar_path)
add_checksum_info(output_dir)
- shutil.rmtree(application_dir)
+ shutil.rmtree(application_dir, ignore_errors=True)
def run_cli():