Split Luxi, Qlang, Ssconf and OpCodes tests
[ganeti-local] / daemons / import-export
index 8603460..0163dff 100755 (executable)
@@ -200,7 +200,7 @@ class StatusFile:
 
     self._data.mtime = time.time()
     utils.WriteFile(self._path,
-                    data=serializer.DumpJson(self._data.ToDict(), indent=True),
+                    data=serializer.DumpJson(self._data.ToDict()),
                     mode=0400)