Skip to content

Commit

Permalink
stop writing copy of daily update
Browse files Browse the repository at this point in the history
  • Loading branch information
Magier committed Jul 5, 2024
1 parent 7b98054 commit 6252c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/update_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -1192,8 +1192,8 @@ def main(repos_source_file: Path, feed_dir: Path, last_n_months: int = 12):
if total_num_updates - num_dropped > 0:
# override latest feed and provide a copy of today as backup
save_feed(feed_file, feed_entries)
today = datetime.date.today().strftime("%Y-%m-%d")
shutil.copy(feed_file, feed_dir / f"{today}.csv")
# today = datetime.date.today().strftime("%Y-%m-%d")
# shutil.copy(feed_file, feed_dir / f"{today}.csv")


if __name__ == "__main__":
Expand Down

0 comments on commit 6252c98

Please sign in to comment.