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

Update the getattr calls with PEP8 property/attribute names #277

Merged
merged 1 commit into from Nov 13, 2015

Conversation

vpodzime
Copy link
Contributor

In order to have a nicer code we have recently moved from camelCase names to
split_words names. While the change covered all the direct accesses (pylint
would catch any problematic ones), it didn't cover the cases where we access the
items indirectly via the getattr() call. This fixes all the getattr() calls that
tried to access any camelCase items.

In order to have a nicer code we have recently moved from camelCase names to
split_words names. While the change covered all the direct accesses (pylint
would catch any problematic ones), it didn't cover the cases where we access the
items indirectly via the getattr() call. This fixes all the getattr() calls that
tried to access any camelCase items.
@dwlehman dwlehman added the ACK label Nov 12, 2015
@dwlehman
Copy link
Contributor

Thanks for fixing this.

vpodzime added a commit that referenced this pull request Nov 13, 2015
Update the getattr calls with PEP8 property/attribute names
@vpodzime vpodzime merged commit 5f879b3 into storaged-project:master Nov 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants