diff --git a/umu/umu_runtime.py b/umu/umu_runtime.py index bd25ca35d..a25784703 100644 --- a/umu/umu_runtime.py +++ b/umu/umu_runtime.py @@ -170,9 +170,6 @@ def _install_umu( ] ) - # Remove the archive - futures.append(thread_pool.submit(rmtree, str(tmpcache))) - for future in futures: future.result()