Skip to content

get_all_plugins() throws exception #17

Description

@Manuel83

Hi,

I like to use this extension in my project. I tried to register the PluginManager and after this I like to get a list of all plugins found. Unfortunately I get an exception: Any idea why?

plugin_manager = PluginManager(app)
print get_all_plugins()

Exception:

return ctx.app.extensions.get('plugin_manager').all_plugins.values()
AttributeError: 'NoneType' object has no attribute 'app'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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