You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2020/11/05 22:25:39 UTC

[GitHub] [libcloud] sergerdn edited a comment on pull request #1508: digitalocean driver.list_nodes: size and image now is not null

sergerdn edited a comment on pull request #1508:
URL: https://github.com/apache/libcloud/pull/1508#issuecomment-720163493


   > > DO return for some values instead of null, because Golang. I believe that it is a bug on their side. I'v created ticket in their support center.
   > 
   > lovely, and people were complaining about JavaScript in the past... 😆
   
   Support said that they **don't care about this.** We can make easy fix on Libcloud side special for gateway value:
   ```python
   if gateway == "<nil>":
       gateway = None
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org