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.')