Skip to content

Commit

Permalink
workaround weird image description issue
Browse files Browse the repository at this point in the history
  • Loading branch information
clkao committed Feb 20, 2012
1 parent 8ec4c22 commit 1fe2f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Net/Amazon/EC2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1629,6 +1629,7 @@ sub describe_images {
push @$block_device_mappings, $block_device_mapping;
}
}
$item->{description} = undef if ref ($item->{description});

my $image = Net::Amazon::EC2::DescribeImagesResponse->new(
image_id => $item->{imageId},
Expand Down

0 comments on commit 1fe2f08

Please sign in to comment.