From f24dbc859196550c5dfed3028b531fee7c241e31 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Fri, 16 Feb 2024 11:38:35 -0800 Subject: [PATCH] ulwgl_dl_util: print on extraction complete --- ulwgl_dl_util.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ulwgl_dl_util.py b/ulwgl_dl_util.py index fdae6a4..fb7570e 100644 --- a/ulwgl_dl_util.py +++ b/ulwgl_dl_util.py @@ -146,6 +146,7 @@ def _extract_dir(proton: Path, steam_compat: Path) -> None: with tar_open(proton.as_posix(), "r:gz") as tar: print(f"Extracting {proton} -> {steam_compat.as_posix()} ...") tar.extractall(path=steam_compat.as_posix()) + print("Completed.") def _cleanup(tarball, proton, cache, steam_compat) -> None: