Commit a6f56d16 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Prettyprint mmCIF cache

parent 5d449184
...@@ -40,7 +40,7 @@ def main(args): ...@@ -40,7 +40,7 @@ def main(args):
pbar.update() pbar.update()
with open(args.output_path, "w") as fp: with open(args.output_path, "w") as fp:
fp.write(json.dumps(data)) fp.write(json.dumps(data, indent=4))
if __name__ == "__main__": if __name__ == "__main__":
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment