Comment 6 for bug 544706

Revision history for this message
In , Robert (robert-redhat-bugs-1) wrote :

Patch for ec2-bundle-image:

87c87
< def get_block_devs(mapping):
---
> def get_block_devs(mapstring):
89c89
< mapping_pairs = mapping.split(',')
---
> mapping_pairs = mapstring.split(',')