diff options
Diffstat (limited to 'tools/commitfest/update_archive_threads.py')
-rwxr-xr-x | tools/commitfest/update_archive_threads.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/commitfest/update_archive_threads.py b/tools/commitfest/update_archive_threads.py index a8d5876..ace46f4 100755 --- a/tools/commitfest/update_archive_threads.py +++ b/tools/commitfest/update_archive_threads.py @@ -22,7 +22,6 @@ from commitfest.ajax import _archivesAPI, parse_and_add_attachments if __name__ == "__main__": for thread in MailThread.objects.filter(patches__commitfests__status__in=(1,2,3)).distinct(): - print "Attempt to update thread %s" % thread.messageid r = sorted(_archivesAPI('/message-id.json/%s' % thread.messageid), key=lambda x: x['date']) if thread.latestmsgid != r[-1]['msgid']: # There is now a newer mail in the thread! |