This commit is contained in:
Michael Still 2014-03-12 20:08:56 +00:00
parent e8fb6538ab
commit 7ea91f1702
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ def report(project_filter, user_filter, prefix):
sentiments[author][sentiment]))
f.write('</li>')
f.write('</ul></ul>')
f.write('</ul><p>What is this report? Why is it so wrong? This report is a quick hack done by Michael Still to visualize the performance of CI systems voting on OpenStack changes. For help, please email him at mikal@stillhq.com. This report was generated at %s.</p>' % datetimedatetime.now())
f.write('</ul><p>What is this report? Why is it so wrong? This report is a quick hack done by Michael Still to visualize the performance of CI systems voting on OpenStack changes. For help, please email him at mikal@stillhq.com. This report was generated at %s.</p>' % datetime.datetime.now())
if __name__ == '__main__':