Skip to content
Snippets Groups Projects
Commit 20be0836 authored by Mohamed Anis Koubaa's avatar Mohamed Anis Koubaa :speech_balloon:
Browse files

change indent from 4 to 2.

parent eb7e3885
No related branches found
No related tags found
No related merge requests found
......@@ -94,4 +94,4 @@ class OEMeta:
self.metadata["resource"] = self.resource.model_dump()
with open(metadata_target_path, "w") as f:
f.write(json.dumps(self.metadata, indent=4))
f.write(json.dumps(self.metadata, indent=2))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment