liststring_conversion#
- static FredHelpers.liststring_conversion(param)[source]#
Helper method to convert a list of strings to a semicolon-separated string.
- Parameters:
- Returns:
Semicolon-separated string.
- Return type:
- Raises:
ValueError – If param is not a list of strings.