acidbase.unique_path_string

acidbase.unique_path_string(path_string: str) str

Remove duplicate entries from a path string.

Parameters:

path_string (str) – Colon-separated path string.

Returns:

path_string with duplicate entries removed, order preserved.

Return type:

str