mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Skip incompatible plugins during startup and remove from PLUGINS
This commit is contained in:
parent
1423a1f0d3
commit
55b5b7c53a
@ -791,6 +791,7 @@ if 'extras.events.process_event_queue' not in EVENTS_PIPELINE:
|
|||||||
EVENTS_PIPELINE.insert(0, 'extras.events.process_event_queue')
|
EVENTS_PIPELINE.insert(0, 'extras.events.process_event_queue')
|
||||||
|
|
||||||
# Register any configured plugins
|
# Register any configured plugins
|
||||||
|
incompatible_plugins = []
|
||||||
for plugin_name in PLUGINS:
|
for plugin_name in PLUGINS:
|
||||||
try:
|
try:
|
||||||
# Import the plugin module
|
# Import the plugin module
|
||||||
|
Loading…
Reference in New Issue
Block a user