Skip to content

Commit

Permalink
umu_run: fix potential shutil.Error on runtime update
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Oct 9, 2024
1 parent b43eb49 commit 976ccfa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions umu/umu_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@ def _install_umu(
]
)

# Remove the archive
futures.append(thread_pool.submit(rmtree, str(tmpcache)))

for future in futures:
future.result()

Expand Down

0 comments on commit 976ccfa

Please sign in to comment.