Some checks failed
Build JellyCon / build (py2) (push) Has been cancelled
Build JellyCon / build (py3) (push) Has been cancelled
CodeQL Analysis / analyze (python, 3.9) (push) Has been cancelled
Release Drafter / Update release draft (push) Has been cancelled
Test JellyCon / test (3.9) (push) Has been cancelled
Add exception handling for addon and settings initialization during installation/update when addon may not be fully registered yet: - Wrap __addon__ and __pluginpath__ initialization in try/except - Handle settings access failures in LogHandler.__init__() - Protect formatException() and _gen_rel_path() from missing __pluginpath__