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

engine: don't try to start missing extensions #1313

Merged
merged 1 commit into from
May 14, 2021

Conversation

benoit-pierre
Copy link
Member

@benoit-pierre benoit-pierre commented May 8, 2021

Summary of changes

Ignore missing extensions.

Closes #1305.

Pull Request Checklist

  • Changes have tests
  • News fragment added in news.d. See documentation for details

@user202729
Copy link
Member

This would work too, the difference in behavior is that this will enable the plugin if the user re-install it.

@benoit-pierre
Copy link
Member Author

Yes, but since we don't know if the fact that the extension is missing is temporary (maybe the user started with --no-user-plugins, or just updated to a version using a newer Python release), I don't see a better alternative.

@user202729
Copy link
Member

... I didn't know about that feature. Perhaps the script dist_main should modify the help content too.

@benoit-pierre benoit-pierre merged commit 2674b81 into openstenoproject:master May 14, 2021
@benoit-pierre benoit-pierre deleted the fix_1305 branch May 14, 2021 19:52
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.

It's hard to remove extension plugins uninstalled with pip
3 participants