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 links not removed after uninstalling package #80

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

bepoli
Copy link
Contributor

@bepoli bepoli commented Aug 6, 2024

Checklist

  • Added a news entry

Fixes #74

It was simply caused by a comparison between str and PosixPath objects returning always false. Casting PosixPath to str fixed the bug.

@mariusvniekerk mariusvniekerk merged commit 5260187 into mariusvniekerk:main Aug 8, 2024
@bepoli bepoli deleted the fix_remove_links branch August 8, 2024 07:06
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.

Uninstalling packages does not remove links to binaries
2 participants