Skip to content

Commit

Permalink
Pretty-print the output of the rewinder tool
Browse files Browse the repository at this point in the history
  • Loading branch information
zanppa committed Aug 20, 2019
1 parent 1338b30 commit 5f93886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rewinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

# Print
# TODO: Pretty-print...
print(json.dumps(data_rewinded))
print(json.dumps(data_rewinded,sort_keys=True, indent=2))

0 comments on commit 5f93886

Please sign in to comment.