You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by llazzaro <gi...@git.apache.org> on 2017/09/20 04:07:41 UTC

[GitHub] libcloud pull request #1113: certifi where() return a str and not a list

GitHub user llazzaro opened a pull request:

    https://github.com/apache/libcloud/pull/1113

    certifi where() return a str and not a list

    ## certifi where() return a str and not a list
    
    ### Description
    When using certifi and other libs assumes that you will get a list on CA_CERTS_PATH it will raise error when doing appends.
    
    certifi.where() return a string instead of a list.
    
    ### Status
    
    - done, ready for review
    
    ### Checklist (tick everything that applies)
    
    - [ X] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks)
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/llazzaro/libcloud trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/1113.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 #1113
    
----
commit e74713b5b1bbc0dee664049fcd4952bb7b88c3de
Author: Leonardo Lazzaro <ll...@dc.uba.ar>
Date:   2017-09-19T20:51:48Z

    certifi where() return a str and not a list

----


---

[GitHub] libcloud pull request #1113: certifi where() return a str and not a list

Posted by llazzaro <gi...@git.apache.org>.
Github user llazzaro closed the pull request at:

    https://github.com/apache/libcloud/pull/1113


---