From 9114522696f1d576c7f5661034b0d73353c1e49a Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 21 Oct 2020 11:22:49 +0200 Subject: fix parameter --- fuzzycat/cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- cgit v1.2.3