Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat committed Dec 12, 2024
1 parent 94461c6 commit 207f1bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,625 deletions.
1,623 changes: 0 additions & 1,623 deletions ALL-RELEASES.txt

This file was deleted.

3 changes: 1 addition & 2 deletions update-releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ def get_releases(repo):
with open("README.md", "w") as f:
f.write(readme)

with open("ALL-RELEASES.txt", "a") as f:
with open("ALL_RELEASES.txt", "a") as f:
for date in all_releases_per_day.keys():
for links in all_releases_per_day[date]:
f.write(",".join(links) + "\n")

0 comments on commit 207f1bf

Please sign in to comment.