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 2019/07/04 21:07:05 UTC

[GitHub] [libcloud] Kami commented on a change in pull request #1304: add new gce image families

Kami commented on a change in pull request #1304: add new gce image families
URL: https://github.com/apache/libcloud/pull/1304#discussion_r300499414
 
 

 ##########
 File path: libcloud/compute/drivers/gce.py
 ##########
 @@ -7253,6 +7275,8 @@ def _try_image_family(image_family, project=None):
                     if image_family.startswith(short_name):
                         image = _try_image_family(image_family,
                                                   project=img_proj)
+                        if image:
+                            break
 
 Review comment:
   This break here makes sense to me. Wonder why it wasn't here before...

----------------------------------------------------------------
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


With regards,
Apache Git Services