#76 Initialize plugins outside of the upgrade cycle
Merged by puiterwijk. Opened by puiterwijk.
ticket-209  into  master

Download 76.patch
no initial comment

Pull-Request has been rebased

Is there no chance that create_plugin_data_table() can raise an exception?

There is, but that should be caught with the more global wrappers. The try/catch that I've moved it out of is only meant to make sure that we don't leave stuff in upgrade mode in case of errors (it doesn't have an Except clause, only a Finally).

Can you add that to the commit message, that callers are expected to catch this?

Functionally the patch is ok.

Pull-Request has been rebased

Updated the commit message.

This has been merged.

Pull-Request has been closed by puiterwijk

Metadata