aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-10-21 11:22:49 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-10-21 11:22:49 +0200
commit9114522696f1d576c7f5661034b0d73353c1e49a (patch)
tree70bd0f388b80924fd778a4905e3a39e86c280915
parented45a58e2d5ac454d2817bbd710648be47d26d79 (diff)
downloadfuzzycat-9114522696f1d576c7f5661034b0d73353c1e49a.tar.gz
fuzzycat-9114522696f1d576c7f5661034b0d73353c1e49a.zip
fix parameter
-rw-r--r--fuzzycat/cluster.py2
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.
"""