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

more pylint fixes #3

Merged
merged 7 commits into from
Oct 26, 2014
Merged

more pylint fixes #3

merged 7 commits into from
Oct 26, 2014

Conversation

vapier
Copy link
Contributor

@vapier vapier commented Oct 26, 2014

No description provided.

This docstring uses % to construct a string which python won't accept as
an implicit assignment to __doc__.  Make the assignment explicit.
These codes aren't indented the right number of spaces.
If loops don't call break anywhere, then they'll always fall through,
so putting code in "else" is redundant and pylint warns.
@radhermit radhermit merged commit 19139cd into pkgcore:master Oct 26, 2014
radhermit added a commit that referenced this pull request Oct 26, 2014
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.

None yet

2 participants