Index: tools/auto_bisect/fetch_build.py |
diff --git a/tools/auto_bisect/fetch_build.py b/tools/auto_bisect/fetch_build.py |
index 565c2e764626b5579a9c1debc800a7bb5376ed99..27cd66866b822dbf16a56439d64e7d54d20b0322 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 |