Summary: | tabcheck finds problems in the portage source | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Fabian Groffen <grobian> |
Component: | Core | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | InVCS |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 147007 | ||
Attachments: | diff to make tabcheck happy |
Description
Fabian Groffen
2007-01-13 17:08:11 UTC
Created attachment 106819 [details, diff]
diff to make tabcheck happy
see patch as a suggestion on how to make tabcheck happy.
python -c 'import tabnanny;tabnanny.check("/usr/lib/portage/pym")' # is a bit easier in the future ;) (In reply to comment #2) > python -c 'import tabnanny;tabnanny.check("/usr/lib/portage/pym")' # is a bit > easier in the future ;) > Tabcheck is run from tarball.sh with pretty much 'constant' arguments, and it checks stuff outside of pym/ (which the tests are not in, I might add ;)) Fixed in svn, btw ;) This has been released in 2.1.2. |