| Index: tools/skp/webpages_playback.py
|
| diff --git a/tools/skp/webpages_playback.py b/tools/skp/webpages_playback.py
|
| index 1320a8614c5a63065a11cb67147d887a572874c4..2e2b6a4bc5e936b33f28f63c729062aac8ae23f0 100644
|
| --- a/tools/skp/webpages_playback.py
|
| +++ b/tools/skp/webpages_playback.py
|
| @@ -485,7 +485,7 @@ class GoogleStorageDataStore(DataStore):
|
| return True
|
|
|
| def delete_path(self, path):
|
| - subprocess.check_call(['gsutil', 'rm', '-r', path])
|
| + subprocess.check_call(['gsutil', 'rm', '-r', '/'.join((self._url, path))])
|
|
|
| def download_file(self, name, local_path):
|
| subprocess.check_call([
|
|
|