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 poetry plugin crash on windows when outside of project #81

Merged
merged 1 commit into from
Jul 17, 2022

Conversation

nat-n
Copy link
Owner

@nat-n nat-n commented Jul 17, 2022

Fixes #79

Also:

  • Make the plugin handle unexpected errors more gracefully
  • Update doc for installing plugin for correct shell syntax

Also:
- Make the plugin handle unexpected errors more gracefully
- Update doc for installing plugin for correct shell syntax
@nat-n nat-n added the bug Something isn't working label Jul 17, 2022
@nat-n nat-n merged commit b7abe45 into development Jul 17, 2022
@nat-n nat-n deleted the fix/#79/no_pyproject_windows branch July 17, 2022 14:21
import os, sys

print(
"error: poethepoet plugin failed to activate. Set DEBUG_POE_PLUGIN=1 for details.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like this print should be in an else branch of the if statement

nat-n added a commit that referenced this pull request Jul 17, 2022
Also:
- Make the plugin handle unexpected errors more gracefully
- Update doc for installing plugin for correct shell syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants