diff options
-rw-r--r-- | fuzzycat/cluster.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzzycat/cluster.py b/fuzzycat/cluster.py index 440dbe9..97509e7 100644 --- a/fuzzycat/cluster.py +++ b/fuzzycat/cluster.py @@ -276,6 +276,7 @@ class Cluster: items = list(g) payload = [] for line in items: + # XXX: This is a bit too much "serde", get rid of this. fields = line.split("\t") if len(fields) < 3: continue |