Index: infra/bots/common.py |
diff --git a/infra/bots/common.py b/infra/bots/common.py |
index 6f606d9a735418dc38f99acaef77a2ba58668e43..24d49960582c6d24424215c22acc3f22cc3d65a5 100644 |
--- a/infra/bots/common.py |
+++ b/infra/bots/common.py |
@@ -296,7 +296,7 @@ class BotInfo(object): |
# Obtain the list of already-generated hashes. |
hash_filename = 'uninteresting_hashes.txt' |
- host_hashes_file = self.tmp_dir.join(hash_filename) |
+ host_hashes_file = os.path.join(self.tmp_dir, hash_filename) |
hashes_file = self.flavor.device_path_join( |
self.device_dirs.tmp_dir, hash_filename) |