Browse Source

Minor fix

[SVN r23917]
Misha Bergal 22 năm trước cách đây
mục cha
commit
ce5d889b4a

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

@@ -167,7 +167,7 @@ def make_result_pages(
             )
             )
 
 
     shutil.copyfile(
     shutil.copyfile(
-          xsl_path( 'html/master.css' )
+          xsl_path( 'html/master.css', v2 )
         , os.path.join( output_dir, 'master.css' )
         , os.path.join( output_dir, 'master.css' )
         )
         )
 
 

粤ICP备19079148号