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: UnboundLocalError on pipenv graph #6357

Merged
merged 1 commit into from
Mar 9, 2025
Merged

fix: UnboundLocalError on pipenv graph #6357

merged 1 commit into from
Mar 9, 2025

Conversation

oz123
Copy link
Contributor

@oz123 oz123 commented Mar 8, 2025

If we can't use pipenv graph, we should not let RuntimeError slip away silently until it hits UnboundLocalError: cannot access local variable 'python_path'.

Fix #6340.

If we can't use pipenv graph, we should not let RuntimeError
slip away silently until it hits UnboundLocalError: cannot access local
variable 'python_path'.

Fix #6340.

Signed-off-by: Oz Tiram <[email protected]>
@oz123 oz123 requested a review from matteius March 8, 2025 21:54
@matteius matteius merged commit 5dce6f6 into main Mar 9, 2025
19 checks passed
@matteius matteius deleted the fix-6340 branch March 9, 2025 06:25
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.

UnboundLocalError on pipenv graph
2 participants