Revision 1f864b60 lib/utils.py

b/lib/utils.py
1891 1891
  @return: a string with the formatted results
1892 1892

  
1893 1893
  """
1894
  return ", ".join(["'%s'" % val for val in names])
1894
  return ", ".join([str(val) for val in names])
1895 1895

  
1896 1896

  
1897 1897
def BytesToMebibyte(value):

Also available in: Unified diff