5.3.1.2. develop_plugin¶
-
mfutil.plugins.
develop_plugin
(plugin_path, name, plugins_base_dir=None, ignore_errors=False, quiet=False)[source]¶ Install a plugin as dev build.
- Parameters
plugin_path (string) – the plugin path to install
name (string) – name of the plugin.
plugins_base_dir (string) – (optional) the plugin base directory path. If not set, the default plugins base directory path is used.
ignore_errors (boolean) – If True, errors are ignored,
otherwise fails on errors. Default value is False.
quiet (boolean) – quiet mode to reduce output printing. Default value is False.
- Raises
MFUtilPluginFileNotFound – if the
.plugin
file is not found.MFUtilPluginAlreadyInstalled – if the plugin is already installed.
MFUtilPluginCantInstall – if the plugin can’t be installed.