Procházet zdrojové kódy

Fix date

[SVN r36737]
Douglas Gregor před 19 roky
rodič
revize
ffb33cf690

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

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

粤ICP备19079148号