GitHub user juanfont opened a pull request: https://github.com/apache/libcloud/pull/657
Fixed error when proxy_url is None. A recently added change (https://github.com/apache/libcloud/commit/3fa2e1b4f70ed472ba39c74322915412f2d44f36) contains an error when proxy_url is None. This small change fixes it. You can merge this pull request into a Git repository by running: $ git pull https://github.com/juanfont/libcloud trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/657.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 #657 ---- commit e31a64d40d1e8144834743ae3a86f20e17b120e1 Author: Juan Font Alonso <juanfontalo...@gmail.com> Date: 2015-12-10T13:44:43Z Fixed error when proxy_url is None. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---