| Index: recipe_modules/bot_update/api.py
|
| diff --git a/recipe_modules/bot_update/api.py b/recipe_modules/bot_update/api.py
|
| index 4b870a4b7eef2d5e2fb47b8df480a9459b1a27f2..ccd725efce2ca9b07bad69dd155b8421779cab9b 100644
|
| --- a/recipe_modules/bot_update/api.py
|
| +++ b/recipe_modules/bot_update/api.py
|
| @@ -131,9 +131,7 @@ class BotUpdateApi(recipe_api.RecipeApi):
|
| else:
|
| email_file = key_file = None
|
|
|
| - rev_map = {}
|
| - if self.m.gclient.c:
|
| - rev_map = self.m.gclient.c.got_revision_mapping.as_jsonish()
|
| + rev_map = cfg.got_revision_mapping.as_jsonish()
|
|
|
| flags = [
|
| # 1. Do we want to run? (master/builder/slave).
|
|
|