Skip to content

Commit

Permalink
Update sort_profile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrErde committed Nov 25, 2024
1 parent 09d7e90 commit 712f3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/sort_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def main():
}

# Save sorted output to file
with open(json_output, "w", encoding="utf-8"):
with open(json_output, "w", encoding="utf-8") as f:
json.dump(sorted_output, f, indent=2)


Expand Down

0 comments on commit 712f3f3

Please sign in to comment.