From 744d738a8c404f2d1fd83066fcbe93dab5ece09e Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:56:38 -0400 Subject: [PATCH] Added missing uninstall successful print --- modules/title/emunand.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/title/emunand.py b/modules/title/emunand.py index 756a0ef..ac7d595 100644 --- a/modules/title/emunand.py +++ b/modules/title/emunand.py @@ -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!")