preheat_open.helpers.list_to_string

preheat_open.helpers.list_to_string(list2use, separator=',')

Helper function to turn list into string, e.g. comma separated (default)

Parameters:
  • list2use (list) – input list to convert

  • separator (str) – separating character

Return type:

str

Returns:

string of elements separated by the separator