environment: fixed comment and default separator

This commit is contained in:
Tom Scogland 2016-05-15 09:50:21 -07:00
parent a2197f3a41
commit c6524d0311

View file

@ -241,12 +241,14 @@ def apply_modifications(self):
x.execute() x.execute()
def concatenate_paths(paths, separator=';'): def concatenate_paths(paths, separator=':'):
""" """
Concatenates an iterable of paths into a string of column separated paths Concatenates an iterable of paths into a string of paths separated by
separator, defaulting to colon
Args: Args:
paths: iterable of paths paths: iterable of paths
separator: the separator to use, default ':'
Returns: Returns:
string string