diff options
-rw-r--r-- | fuzzycat/cluster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzycat/cluster.py b/fuzzycat/cluster.py index 01f35d6..746aa22 100644 --- a/fuzzycat/cluster.py +++ b/fuzzycat/cluster.py @@ -26,7 +26,7 @@ import fuzzy DEFAULT_CACHE_DIR = os.path.join(os.path.expanduser("~"), ".cache", "fuzzycat") -def sort_by_column(filename, mode="w", opts="-k 2", fast=True): +def sort_by_column(filename, mode="w", opts="-k 2", fast=True, prefix="fuzzycat-"): """ Sort tabular file with sort(1), returns the filename of the sorted file. """ |