You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by jdesfossez <gi...@git.apache.org> on 2018/05/01 15:58:34 UTC

[GitHub] libcloud pull request #1206: Fix: DigitalOcean volume list can be None

GitHub user jdesfossez opened a pull request:

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

    Fix: DigitalOcean volume list can be None

    The returned structure seems to have changed for DigitalOcean and the
    data can now be None, which means we have to check before using the
    result in the map().
    
    Signed-off-by: Julien Desfossez <jd...@digitalocean.com>

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

    $ git pull https://github.com/jdesfossez/libcloud fix-do

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

    https://github.com/apache/libcloud/pull/1206.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 #1206
    
----
commit ebc2df1830d4c80fd5fbb5cd3ee939cb0cc0ff61
Author: Julien Desfossez <jd...@...>
Date:   2018-04-30T19:10:15Z

    Fix: DigitalOcean volume list can be None
    
    The returned structure seems to have changed for DigitalOcean and the
    data can now be None, which means we have to check before using the
    result in the map().
    
    Signed-off-by: Julien Desfossez <jd...@digitalocean.com>

----


---

[GitHub] libcloud pull request #1206: Fix: DigitalOcean volume list can be None

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

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


---