> @@ -147,6 +145,8 @@ public Image getImage(VirtualGuest guest) {
> return null;
> Iterable<ProductItem> items =
> Iterables.transform(order.getPrices(), ProductItems.item());
> ProductItem os = Iterables.find(items,
> ProductItemPredicates.categoryCode("os"));
> + if (os.getPrices().isEmpty())
> + return null;Formatting - bad indent --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/77/files#r7000388
