Aleksey Gurtovoy 22 лет назад
Родитель
Сommit
f1a4a603bb
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      tools/regression/xsl_reports/runner/regression.py

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

@@ -265,8 +265,9 @@ def tool_path( name_or_spec ):
         if name_or_spec[ 'name' ] in files:
         if name_or_spec[ 'name' ] in files:
             return os.path.join( root, name_or_spec[ 'name' ] )
             return os.path.join( root, name_or_spec[ 'name' ] )
     
     
-    raise Exception( 'Cannot find "%" in any of the following locations:\n%s' % (
-          '\n'.join( [ name_or_spec[ 'path' ], build_path_root ] )
+    raise Exception( 'Cannot find "%s" in any of the following locations:\n%s' % (
+          name_or_spec[ 'name' ]
+        , '\n'.join( [ name_or_spec[ 'path' ], build_path_root ] )
         ) )
         ) )
 
 
 
 

粤ICP备19079148号