summaryrefslogtreecommitdiffstats
path: root/tools/auto_bisect/fetch_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/auto_bisect/fetch_build.py')
-rw-r--r--tools/auto_bisect/fetch_build.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/auto_bisect/fetch_build.py b/tools/auto_bisect/fetch_build.py
index 565c2e7..27cd668 100644
--- a/tools/auto_bisect/fetch_build.py
+++ b/tools/auto_bisect/fetch_build.py
@@ -23,7 +23,8 @@ import sys
import zipfile
_CATAPULT_BASE_PATH = os.path.abspath(os.path.join(
- __file__, '..', '..', 'third_party', 'catapult', 'catapult_base'))
+ os.path.dirname(__file__), '..', '..', 'third_party', 'catapult',
+ 'catapult_base'))
if _CATAPULT_BASE_PATH not in sys.path:
sys.path.insert(1, _CATAPULT_BASE_PATH)
from catapult_base import cloud_storage