diff options
Diffstat (limited to 'build/package.py')
-rwxr-xr-x | build/package.py | 2 |
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(): |