Explorar el Código

fix typo

[SVN r24155]
Aleksey Gurtovoy hace 22 años
padre
commit
9fefd7d81f

+ 2 - 2
tools/regression/xsl_reports/runner/collect_and_upload_logs.py

@@ -96,8 +96,8 @@ def collect_logs(
     
     if not os.path.exists( timestamp ):
         t = time.gmtime()
-        utils.log( 'Warning: timestamp file "%s" does not exist' )
-        utils.log( 'Using current UTC time (%s)' % ( timestamp, t ) )
+        utils.log( 'Warning: timestamp file "%s" does not exist'% timestamp )
+        utils.log( 'Using current UTC time (%s)' % t )
     else:
         t = time.gmtime( os.stat( timestamp ).st_mtime )
     

粤ICP备19079148号