Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix plugin model upgrade #2686

Closed

Commits on Oct 10, 2020

  1. Fix plugin model upgrade

    When upgrading a plugin via the model interface, it would yield the
    following error:
    
        AttributeError: 'Plugin' object has no attribute '_reload'
    
    It appears that the proper method is `self.reload()`. This is what is
    used by all other methods in the class and base. I'm not finding any
    references to `_reload` apart from this instance in the project either.
    
    I've verified that this patch fixes the issue on my machine and all
    tests pass.
    
    Signed-off-by: Ian Fijolek <ian@iamthefij.com>
    IamTheFij committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    910cc12 View commit details
    Browse the repository at this point in the history