diff --git a/debug_heron.py b/debug_heron.py index a24c8c27..0d15e1ea 100644 --- a/debug_heron.py +++ b/debug_heron.py @@ -85,7 +85,7 @@ def main(): print(f"Out dir: {out_dir}") with open(save_fn, "w") as fd: dd = doc.export_to_dict() - json.dump(dd, fd) + json.dump(dd, fd, indent=2, sort_keys=True) # Move the debug dir debug_dir = Path("debug/")