Skip to content

plugin_path in config file is ignored #39

Description

@TobiasRosskopf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions