Просмотр исходного кода

Tweak the trim message

[SVN r32083]
Aleksey Gurtovoy 20 лет назад
Родитель
Сommit
33f8d27e9b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/regression/xsl_reports/boost_wide_report.py

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

@@ -236,7 +236,7 @@ class merge_xml_action( action ):
                         max_size = pow( 2, 16 )
                         self.character_content += content
                         if len( self.character_content ) > max_size:
-                            self.character_content = self.character_content[ : max_size ] + "\n\n... content has been trimmed by the report system because it exceeds %d bytes." % max_size
+                            self.character_content = self.character_content[ : max_size ] + "...\n\n[The content has been trimmed by the report system because it exceeds %d bytes]" % max_size
                             self.trimmed = 1
 
             o = open( dest, "w" )

粤ICP备19079148号