Skip to content

Commit

Permalink
fix valid status set from broken (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingness authored Oct 30, 2024
1 parent 3ccd5c0 commit 302b6c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/fetch_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ def process_contribution(contribution):
log_broken(contribution, f'invalid file, {date_today}')
return

contribution['status'] = 'VALID'

if props['version'] != this_version:
# update from online
update_contribution(contribution, props)
contribution['status'] = 'VALID'


if __name__ == "__main__":
Expand Down

0 comments on commit 302b6c7

Please sign in to comment.