From 952e11be8b1433252fc0664b0d31c023f2e700cf Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 2 Nov 2020 23:20:20 +0100 Subject: run clustering --- fuzzycat/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzycat/main.py b/fuzzycat/main.py index 71f6f17..e1f4236 100644 --- a/fuzzycat/main.py +++ b/fuzzycat/main.py @@ -16,7 +16,7 @@ def run_cluster(args): 'tnysi': release_key_title_nysiis, } cluster = Cluster(files=args.files, keyfunc=types.get(args.type), tmpdir=args.tmpdir, prefix=args.prefix) - + cluster.run() def run_verify(args): print('verify') -- cgit v1.2.3