From 36cad61068caf572e993171eba451829e3799533 Mon Sep 17 00:00:00 2001 From: Debela Gemechu Date: Fri, 10 Jan 2025 13:34:26 +0000 Subject: [PATCH] bug fix --- src/turninator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/turninator.py b/src/turninator.py index b57fd12..e01e887 100644 --- a/src/turninator.py +++ b/src/turninator.py @@ -57,6 +57,7 @@ def get_aif(self, format='xAIF'): with open(self.f_name) as file: data = file.read() x_aif = json.loads(data) + x_aif = json.dumps(x_aif) if format == "xAIF": return x_aif else: