Fix Wrong Error Message

This commit is contained in:
Skeli
2019-11-18 20:04:29 +02:00
committed by GitHub
parent e7b59a3956
commit b6ad7a455d

View File

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