Index: checkout.py |
diff --git a/checkout.py b/checkout.py |
index 5fd236b4a7245ee024775d626dd300decf47c933..62f04d42baee6356c745547c030feb3d956f80a3 100644 |
--- a/checkout.py |
+++ b/checkout.py |
@@ -102,6 +102,7 @@ class CheckoutBase(object): |
self.post_processors = post_processors |
assert self.root_dir |
assert self.project_path |
+ assert os.path.isabs(self.project_path) |
def get_settings(self, key): |
return get_code_review_setting(self.project_path, key) |