Summary: | portage-2.1 emits redundant error messages | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Jakub Moc (RETIRED) <jakub> |
Component: | Core - External Interaction | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED WONTFIX | ||
Severity: | minor | ||
Priority: | High | ||
Version: | 2.1 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | raise exception when canonical_path == filename |
Description
Jakub Moc (RETIRED)
![]() The latter error message is python's string description of the error. This may not necessarily contain the file name but will contain the exact problem. Hence, both are needed to cover all cases. Created attachment 84117 [details, diff]
raise exception when canonical_path == filename
Hopefully this patch will make it slighly less annoying.
(In reply to comment #2) > Hopefully this patch will make it slighly less annoying. Yeah, much better now. ;) The patch is in 2.1_pre7-r5. |