We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccd5c0 commit 302b6c7Copy full SHA for 302b6c7
scripts/fetch_updates.py
@@ -58,10 +58,11 @@ def process_contribution(contribution):
58
log_broken(contribution, f'invalid file, {date_today}')
59
return
60
61
+ contribution['status'] = 'VALID'
62
+
63
if props['version'] != this_version:
64
# update from online
65
update_contribution(contribution, props)
- contribution['status'] = 'VALID'
66
67
68
if __name__ == "__main__":
0 commit comments