mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-18 22:00:58 +00:00
b57240dd45
- Fix removal of incorrect packages for pipfiles with comments on preceding lines - Improved error handling and added a framework for exception handling - Fixes #2411 - Fixes #3099 - Fixes #2885 - Fixes #1977 Signed-off-by: Dan Ryan <dan@danryan.co>
2 lines
156 B
ReStructuredText
2 lines
156 B
ReStructuredText
Fixed a bug which caused uninstallation to sometimes fail to successfullly remove packages from ``Pipfiles`` with comments on preceding or following lines.
|