"tools/cfgs/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "1a42e442815b4f9c2774ea4ddce229c36ec83378"
Commit a6f56d16 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Prettyprint mmCIF cache

parent 5d449184
......@@ -40,7 +40,7 @@ def main(args):
pbar.update()
with open(args.output_path, "w") as fp:
fp.write(json.dumps(data))
fp.write(json.dumps(data, indent=4))
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