mirror of
https://github.com/NinjaCheetah/WiiPy.git
synced 2025-04-26 13:21:01 -04:00
Added missing uninstall successful print
This commit is contained in:
parent
9db9e3ad6f
commit
744d738a8c
@ -146,3 +146,5 @@ def handle_emunand_title(args):
|
||||
# On the off chance this title has a meta entry, delete that too.
|
||||
if meta_dir.joinpath(tid_upper).joinpath(tid_lower).joinpath("title.met").exists():
|
||||
shutil.rmtree(meta_dir.joinpath(tid_upper).joinpath(tid_lower))
|
||||
|
||||
print("Title uninstalled from EmuNAND!")
|
||||
|
Loading…
x
Reference in New Issue
Block a user