From a26579ec69de9f1455bfdd2e28437db62b294228 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 22 Jul 2020 22:03:55 -0700 Subject: [PATCH] custominstall: fix NameError (wrong variable name) --- custominstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custominstall.py b/custominstall.py index cd1540f..c5d15be 100644 --- a/custominstall.py +++ b/custominstall.py @@ -471,7 +471,7 @@ class CustomInstall: self.log('FINAL STEP:') self.log('Run custom-install-finalize through homebrew launcher.') self.log('This will install a ticket and seed if required.') - if copied_3dsx: + if copied: self.log('custom-install-finalize has been copied to the SD card.') return True, copied