From 4fe5771e2b9a19797889810e88a388d910bb0917 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 7 Feb 2014 11:42:50 +0100 Subject: [PATCH] Add when the graps were generated --- continuous/www/wvperf2html.py | 1 + 1 file changed, 1 insertion(+) diff --git a/continuous/www/wvperf2html.py b/continuous/www/wvperf2html.py index 2c2952c..ddd83e9 100755 --- a/continuous/www/wvperf2html.py +++ b/continuous/www/wvperf2html.py @@ -354,6 +354,7 @@ $.getJSON('%(dataname)s', function(data) { 'dataname': graph.dataname, 'options': graph.options_json()}) print(graph.getData(), file=open(graph.dataname, 'w')) +print("Generated on "+str(datetime.now())) print(""" -- 2.39.2