Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 7f44bf1

Browse files
committed
Force sort order in JSON output
1 parent 502cc07 commit 7f44bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/patch_spreadsheet_to_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ def find_patches_for_row(row, patches):
8888
raise
8989

9090
with open(PATH + '/../static/required_magento_patches.json', 'w') as f:
91-
f.write(json.dumps(giant_blob, indent=2))
91+
f.write(json.dumps(giant_blob, indent=2, sort_keys=True))

0 commit comments

Comments
 (0)