Browse Source

Fix date

[SVN r36737]
Douglas Gregor 19 years ago
parent
commit
ffb33cf690
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/regression/xsl_reports/email_maintainers.py

+ 1 - 1
tools/regression/xsl_reports/email_maintainers.py

@@ -373,7 +373,7 @@ To: boost@lists.boost.org
 Reply-To: boost@lists.boost.org
 Reply-To: boost@lists.boost.org
 Subject: [Report] """
 Subject: [Report] """
         message += str(self.numFailures()) + " regressions on " + branch
         message += str(self.numFailures()) + " regressions on " + branch
-        message += " (" + self.date + ")"
+        message += " (" + str(datetime.date.today()) + ")"
         message += """
         message += """
 
 
 Boost Regression test failures
 Boost Regression test failures

粤ICP备19079148号