Skip to content

Commit 3f33ebc

Browse files
committed
fix: add new line to the json file
1 parent ef193f0 commit 3f33ebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fluster/test_suite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def to_json_file(self, filename: str) -> None:
178178
data["codec"] = str(self.codec.value)
179179
data["test_vectors"] = [test_vector.data_to_serialize() for test_vector in self.test_vectors.values()]
180180
json.dump(data, json_file, indent=4)
181+
json_file.write("\n")
181182

182183
@staticmethod
183184
def _download_worker(ctx: DownloadWork) -> None:

0 commit comments

Comments
 (0)