From 17597fe29dbdf03ba2842a9193705200c4db5fbb Mon Sep 17 00:00:00 2001 From: borenet Date: Mon, 29 Feb 2016 08:19:42 -0800 Subject: Swarming tests: Fix uninteresting hash file path TBR=rmistry NOTRY=true BUG=skia:4763 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1746063002 Review URL: https://codereview.chromium.org/1746063002 --- infra/bots/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra') diff --git a/infra/bots/common.py b/infra/bots/common.py index 6f606d9a73..24d4996058 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) -- cgit v1.2.3