GitHub user franckcuny opened a pull request:
https://github.com/apache/libcloud/pull/273
Fix for various PEP8 errors.
pep8 1.5.2 started to report errors when a new line follows the
parameter equal, and when a variable is redefined in a list
comprehension.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franckcuny/libcloud pep8-fixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/273.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #273
----
commit f0106c499baf4fee80eaba8acd1426929bee8de4
Author: Franck Cuny <[email protected]>
Date: 2014-04-05T04:31:59Z
Fix for various PEP8 errors.
pep8 1.5.2 started to report errors when a new line follows the
parameter equal, and when a variable is redefined in a list
comprehension.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---