Skip to content

Forced plugin reset if no plogin files are provided

Beliy Nikita requested to merge nb_plugin_reset into dev

Fixin issue with Jupyther notebook, when plugin from previous steps (preparation) is still executed in later stages (map, bidsify) if no plugins are provided.

Changes consist of removing if plugin_file condition and running ImportPlugins in any case, then there, re-initializing static variable plugin_list.

In future it will be better to create a class for managing plugins.

Merge request reports