| Index: tools/perf/fetch_benchmark_deps.py
|
| diff --git a/tools/perf/fetch_benchmark_deps.py b/tools/perf/fetch_benchmark_deps.py
|
| index 0a07d061a5a86c84be67d036b1c77af20e64cc19..937a37f39692727fd15c686bf01a12784b328f5c 100755
|
| --- a/tools/perf/fetch_benchmark_deps.py
|
| +++ b/tools/perf/fetch_benchmark_deps.py
|
| @@ -98,7 +98,7 @@ def main(args, output):
|
| 'Press enter to continue...')
|
| for b in benchmark_finders.GetAllBenchmarks():
|
| print >> output, ('Fetch dependencies for benchmark %s:'
|
| - % benchmark.Name())
|
| + % b.Name())
|
| FetchDepsForBenchmark(b, output)
|
|
|
| if __name__ == '__main__':
|
|
|