Skip to content

Commit

Permalink
Pretty-print the .version file
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav authored Apr 8, 2022
1 parent f84942f commit 42b4dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeMeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ def error(self, message):
}
}
with open("RSSDateTime.version", "w") as f:
f.write(json.dumps(avc))
f.write(json.dumps(avc, indent=4))

0 comments on commit 42b4dc3

Please sign in to comment.