From b6ad7a455dde61cc0da373779fecb758d6001d80 Mon Sep 17 00:00:00 2001 From: Skeli Date: Mon, 18 Nov 2019 20:04:29 +0200 Subject: [PATCH] Fix Wrong Error Message --- scripts/make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make.py b/scripts/make.py index 707d604..3975f79 100644 --- a/scripts/make.py +++ b/scripts/make.py @@ -113,7 +113,7 @@ def main(): InsertCode() rom.close() - except: + except FileNotFoundError: print('Error: Could not find source rom: "' + ROM_NAME + '".\n' + 'Please make sure a rom with this name exists in the root.')