massimilianodelliubaldini / ac7-ultrawide

Mod AC7 to work at ultrawide resolutions.
MIT License
80 stars 24 forks source link

Error handling #10

Closed massimilianodelliubaldini closed 5 years ago

massimilianodelliubaldini commented 5 years ago

Haven't tested this yet, just want to start the PR.

This should provide some alleviation to #7.

massimilianodelliubaldini commented 5 years ago

Didn't even realize I was still on this branch when I ran the script before trying DLC mission 2. Gonna merge it for now even though there was no ErrorNo 13. Running the while loops in an interpreter raised no issues about syntax or logic.

As a side note, I ran into ErrorNo 13 at work, when I tried calling with open(x, 'r') as f: where x was a string mistakenly pointing to a folder, not a file. Don't think that's related here, but maybe this will be a hint to future me.