diff --git a/subiquity/controllers/filesystem.py b/subiquity/controllers/filesystem.py index e264a2e0..528b0de2 100644 --- a/subiquity/controllers/filesystem.py +++ b/subiquity/controllers/filesystem.py @@ -92,7 +92,7 @@ class FilesystemController(BaseController): else: fname = 'probe-data.json' with open(os.path.join(self.block_log_dir, fname), 'w') as fp: - json.dump(storage, fp) + json.dump(storage, fp, indent=4) self.model.load_probe_data(storage) except Exception: block_discover_log.exception(