Index: scripts/slave/recipes/infra/publish_tarball.py |
diff --git a/scripts/slave/recipes/infra/publish_tarball.py b/scripts/slave/recipes/infra/publish_tarball.py |
index 02fa802644c9bee2137b6d4131063c1d7bd9c804..8edf393d89dc7d7e8e4367acf4ebccd525c66122 100644 |
--- a/scripts/slave/recipes/infra/publish_tarball.py |
+++ b/scripts/slave/recipes/infra/publish_tarball.py |
@@ -5,6 +5,7 @@ |
DEPS = [ |
'bot_update', |
'chromium', |
+ 'file', |
'gclient', |
'gsutil', |
'omahaproxy', |
@@ -30,7 +31,7 @@ def export_tarball(api, args, source, destination): |
'chromium-browser-official', |
destination) |
finally: |
- api.path.rmtree('temp dir', temp_dir) |
+ api.file.rmtree('temp dir', temp_dir) |
def GenSteps(api): |