6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-13 14:43:03 +00:00
tutor/tutor/plugins
Régis Behmo 6fb0a6b855 fix: ignore plugins that cannot be loaded
When running multiple concurrent versions of a plugin there are sometimes
version conflicts that prevent the plugin from being loaded. Prior to v1, Tutor
was correctly ignoring plugins that could not be loaded. During the transition
to v1 we lost that feature because we only captured TutorErrors.
2022-05-24 11:38:37 +02:00
..
__init__.py fix: ignore plugins that cannot be loaded 2022-05-24 11:38:37 +02:00
base.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
v0.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
v1.py fix: unit tests with v1 plugin installed 2022-04-20 19:48:21 +02:00