1
0
Fork 0
mirror of synced 2024-06-16 06:01:09 -04:00
dotbot/dotbot
Wouter Franken 8bd46a6549 Fix dispatcher when no plugins are given
When any plugin is using the dispatcher for nested actions it should
pass all plugins again to avoid that any plugin as subtask would be
handled.
Currently this means a lot of plugins are broken because they don't pass
plugins to the dispatcher.

To fix this, take all Plugin subclasses when no plugin is given (we
should at least have the default plugins).
2023-02-19 13:08:41 +01:00
..
messenger Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00
plugins Resolve merge conflicts 2022-12-16 13:52:33 -06:00
util Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00
__init__.py Release 1.19.1 2022-12-17 15:13:48 -05:00
__main__.py Added support to run with python -m 2020-07-23 08:44:06 -07:00
cli.py Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00
config.py Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00
context.py Migrate code style to Black 2022-01-30 18:53:05 -05:00
dispatcher.py Fix dispatcher when no plugins are given 2023-02-19 13:08:41 +01:00
plugin.py Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00