update repo

This commit is contained in:
嘉渊 2023-05-24 19:30:03 +08:00
parent 36e2f3458e
commit 2ac90f9e11

View File

@ -114,4 +114,4 @@ if __name__ == '__main__':
}
with open(os.path.join(args.output_dir, "configuration.json"), "w") as f:
json.dump(json_dict, f)
json.dump(json_dict, f, indent=4)