Aleksey Gurtovoy пре 22 година
родитељ
комит
9fefd7d81f
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      tools/regression/xsl_reports/runner/collect_and_upload_logs.py

+ 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号