Skip to content

[Bug] git_enhancer plugin registered but is a non-TruPlugin stub #41

@AkshajSinghal

Description

@AkshajSinghal

The manifest registers plugin_init in git_enhancer/main.py as an on_load plugin, but the file contains only a bare module-level function, not a TruPlugin subclass. PluginManager._load_plugin_module() will raise a PluginLoadError ('no TruPlugin subclass found') on every startup, polluting logs and suppressing future plugin loads due to the surrounding exception handler.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions