MrDraw/src/octoprint/plugin
Gina Häußge 9a476073cb Made call_plugin method more error resilient
Should catch any exceptions thrown by the plugin, log them and only hand them off if the caller requested to be informed about such things. This way if something goes wrong with a StartupPlugin there should be no problem anymore to still get the server up and running.
2015-02-03 10:17:39 +01:00
..
__init__.py Made call_plugin method more error resilient 2015-02-03 10:17:39 +01:00
core.py More error resilience when (re)loading plugins 2015-01-30 18:06:52 +01:00
types.py Blueprints of BlueprintPlugins now also get instantiated with defined template and static folder, plugins may override this via get_blueprint_kwargs 2015-01-30 22:22:08 +01:00