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 1bf70a4 commit 9532d35Copy full SHA for 9532d35
scripts/fetch_updates.py
@@ -26,6 +26,8 @@ def update_contribution(contribution, props):
26
def log_broken(contribution, msg):
27
if contribution['status'] == 'VALID':
28
contribution['status'] = 'BROKEN'
29
+ if 'log' not in contribution:
30
+ contribution['log'] = []
31
contribution['log'].append(msg)
32
33
def process_contribution(contribution):
0 commit comments