Added missing uninstall successful print

This commit is contained in:
Campbell 2024-07-27 21:56:38 -04:00
parent 9db9e3ad6f
commit 744d738a8c
Signed by: NinjaCheetah
GPG Key ID: B547958AF96ED344

View File

@ -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!")