Right now Python will call `exit(1)` e.g. during init if load fails. It would be nice if the plugin went into a disabled state and logged an error.
Right now Python will call
exit(1)e.g. during init if load fails. It would be nice if the plugin went into a disabled state and logged an error.