mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 19:45:20 +00:00
ulwgl_dl_util: add types to _cleanup
This commit is contained in:
parent
5e23219c44
commit
811ea0a8b8
@ -145,7 +145,7 @@ def _extract_dir(proton: Path, steam_compat: Path) -> None:
|
|||||||
print("Completed.")
|
print("Completed.")
|
||||||
|
|
||||||
|
|
||||||
def _cleanup(tarball, proton, cache, steam_compat) -> None:
|
def _cleanup(tarball: str, proton: str, cache: Path, steam_compat: Path) -> None:
|
||||||
"""Remove files that may have been left in an incomplete state to avoid corruption.
|
"""Remove files that may have been left in an incomplete state to avoid corruption.
|
||||||
|
|
||||||
We want to do this when a download for a new release is interrupted
|
We want to do this when a download for a new release is interrupted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user