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

Changed install_plugins() to allow remote installation without local plugins #3

Merged
merged 2 commits into from Mar 23, 2014

Conversation

sapid
Copy link
Contributor

@sapid sapid commented Mar 23, 2014

Line 953 in install_plugins() previously returned 0 if there were no local plugins to remotely install. In 3.07, this had no effect, but in 3.08 this causes the chain of functions performing the remote installation to fail prematurely without remotely installing aliases.

Since bcvi can operate without plugins, this patch allows users without local bcvi plugins to perform remote installations.

install_plugins() will now let you finish remote installation even if bcvi has no local plugins.
grantm added a commit that referenced this pull request Mar 23, 2014
Changed install_plugins() to allow remote installation without local plugins
@grantm grantm merged commit 553f4dd into grantm:master Mar 23, 2014
@grantm
Copy link
Owner

grantm commented Mar 23, 2014

Good catch - thanks for the contribution.

grantm added a commit that referenced this pull request Mar 24, 2014
        - fixes #3: allow remote installation without local plugins
          (pull request from Will Crawford)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants