| Index: tools/telemetry/telemetry/wpr/archive_info.py
|
| diff --git a/tools/telemetry/telemetry/wpr/archive_info.py b/tools/telemetry/telemetry/wpr/archive_info.py
|
| index 2cf54823da51cbf062ae9ac109a8dad5189b1680..c94bd7ba6f6117f1a295484ed4df843cf52115e2 100644
|
| --- a/tools/telemetry/telemetry/wpr/archive_info.py
|
| +++ b/tools/telemetry/telemetry/wpr/archive_info.py
|
| @@ -73,9 +73,12 @@
|
| exists.
|
| """
|
| # Download all .wpr files.
|
| + if self._data:
|
| + return
|
| if not self._bucket:
|
| logging.warning('User story set in %s has no bucket specified, and '
|
| 'cannot be downloaded from cloud_storage.', )
|
| +
|
| for archive_path in self._data['archives']:
|
| archive_path = self._WprFileNameToPath(archive_path)
|
| try:
|
|
|