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

PEP8 fixes on codebase #309

Open
wants to merge 43 commits into
base: develop
Choose a base branch
from
Open

PEP8 fixes on codebase #309

wants to merge 43 commits into from

Conversation

vgerak
Copy link
Contributor

@vgerak vgerak commented Nov 12, 2014

I tried to keep commits short and organized, so you can cherry-pick the ones you want, if you disagree with some. I haven't tackled the following two suggestions:
./snf-common/synnefo/lib/dictconfig.py:253:83: E721 do not compare types, use 'isinstance()'
./snf-common/synnefo/lib/dictconfig.py:473:87: E721 do not compare types, use 'isinstance()'
because I was unsure of the correct "classinfo" to be used.

I also noticed that you use wrapping on columns 80 and 120 on different files.
Is there any reasoning behind the distinction or it's just code before a style change?

@Erethon
Copy link
Contributor

Erethon commented Nov 12, 2014

Thank you for your contribution indorilftw.

As this is quite a big patch, it will take some time to be reviewed.
For starters could you please rebase your branch against GRNET's
develop branch, in order to remove the merge commits?

cstavr and others added 29 commits November 13, 2014 11:36
@vgerak
Copy link
Contributor Author

vgerak commented Nov 13, 2014

@Erethon rebase completed.
I understand that the review will take time, keep me posted for any changes necessary.

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.

3 participants