NoFoolLikeOne / EDMC-Screenshot

A plugin for EDMC that detects screenshot events are converts them to PNG format
GNU General Public License v3.0
34 stars 4 forks source link

Swallow status.json load errors #49

Closed chennin closed 3 years ago

chennin commented 3 years ago

Move the try up so it swallows json.load() errors as well. Fixes #45

It's OK for the return to be blank because focus is only compared to constant numbers and not used where it might be bad to be None

This should allow screenshots to continue to be processed, but possibly without cropping, when getGuiFocus() fails.

I haven't actually tested this as I am nowhere near that body anymore. Please review!