Am 13. Dezember 2010 16:36 schrieb Rene Nussbaumer <[email protected]>:
> On Mon, Dec 13, 2010 at 4:26 PM, Michael Hanselmann <[email protected]> wrote:
>> +  fmtoverride = dict.fromkeys(["tags", "disk.sizes", "nic.macs", "nic.ips",
>> +                               "nic.modes", "nic.links", "nic.bridges",
>> +                               "snodes"],
>> +                              (lambda value: ",".join(str(item)
>> +                                                      for item in value),
>> +                               False))
>
> You might want to use utils.CommaJoin here.

Nope, the value here should not include a space after the comma to not
change the format from previous versions.

Michael

Reply via email to