diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-05 01:32:25 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-05 01:32:25 +0100 |
commit | 7686e8869409705480e312562e34a398b2b5854b (patch) | |
tree | 35719450f0e99ce82825d63a7b830bfd396a9745 | |
parent | 97479edb44033b7ff9cb09bde500e49c5bf49e68 (diff) | |
download | fuzzycat-7686e8869409705480e312562e34a398b2b5854b.tar.gz fuzzycat-7686e8869409705480e312562e34a398b2b5854b.zip |
line issue
-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 6058b37..f42b75d 100644 --- a/fuzzycat/cluster.py +++ b/fuzzycat/cluster.py @@ -143,6 +143,7 @@ class Cluster: comment = keyfunc.__name__ for doc in group_by(f, key=cut(f=1), value=cut(f=0), comment=comment): json.dump(doc, self.output) + self.output.write("\n") os.remove(sbc) os.remove(tf.name) |