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 pylint violations #2540

Merged
merged 1 commit into from
Feb 10, 2014
Merged

Conversation

cpennington
Copy link
Contributor

No description provided.

@cpennington
Copy link
Contributor Author

@wedaly @sarina: Review?

"""
Factory to generate leaf XModuleDescriptors.
"""
# pylint: disable=missing-docstring
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just checking - will this only disable the warning within this class?

If so, I'm fine with it, but if not, I'd prefer something that only disables the warnings in the places you intend.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it follows python's scoping (afaik).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome thing to know, thanks

@sarina
Copy link
Contributor

sarina commented Feb 10, 2014

Address my comment however seems right, & once tests pass 👍

@wedaly
Copy link
Contributor

wedaly commented Feb 10, 2014

lgtm, thanks for cleaning this up

@cahrens
Copy link

cahrens commented Feb 10, 2014

Please merge as soon as possible.

cpennington added a commit that referenced this pull request Feb 10, 2014
@cpennington cpennington merged commit 25c0776 into openedx:master Feb 10, 2014
@cpennington cpennington deleted the fix-pylint-errors branch February 10, 2014 19:33
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.

4 participants