mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-08 18:15:49 -05:00
Fix Wrong Error Message
This commit is contained in:
@@ -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.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user