Description
When deploying a plugin using pb_tool, it should be possible to override the default QGIS plugin directory by specifying a custom path via the plugin_path option in the pb_tool.cfg file. However, this functionality no longer appears to work.
Expected Behavior
If plugin_path is defined in pb_tool.cfg, the plugin should be deployed to the specified directory instead of the default QGIS plugin directory.
Actual Behavior
The plugin_path setting in pb_tool.cfg is ignored. The plugin is always deployed to the default QGIS plugin directory, regardless of the configured value.
Workaround
Providing the target directory explicitly via the command-line option --plugin_path still works as expected and correctly deploys the plugin to the desired location.
Summary
plugin_path in pb_tool.cfg: ❌ not working
--plugin_path CLI option: ✅ working
Description
When deploying a plugin using
pb_tool, it should be possible to override the default QGIS plugin directory by specifying a custom path via theplugin_pathoption in thepb_tool.cfgfile. However, this functionality no longer appears to work.Expected Behavior
If
plugin_pathis defined inpb_tool.cfg, the plugin should be deployed to the specified directory instead of the default QGIS plugin directory.Actual Behavior
The
plugin_pathsetting inpb_tool.cfgis ignored. The plugin is always deployed to the default QGIS plugin directory, regardless of the configured value.Workaround
Providing the target directory explicitly via the command-line option
--plugin_pathstill works as expected and correctly deploys the plugin to the desired location.Summary
plugin_pathinpb_tool.cfg: ❌ not working--plugin_pathCLI option: ✅ working