arkutils/Purlovia

Add `FileNotFoundError` exception handling for loading assets

VolatilePulse opened this issue · 1 comments

Some assets reference other assets that may have existed at one time or another but have since been removed. The loader throws a FileNotFoundError exception when it can not load a file and instead of completely discarding that asset, if possible, the script should elegantly discard the exception and continue gathering export information.

Fixed in bd7e0a6.