| Index: recipe_modules/bot_update/resources/bot_update.py
|
| diff --git a/recipe_modules/bot_update/resources/bot_update.py b/recipe_modules/bot_update/resources/bot_update.py
|
| index 9dc1b14d01e204ef6193b38102108e2e55af0d93..f380ca38428e01c4446221b3788f748120db7057 100755
|
| --- a/recipe_modules/bot_update/resources/bot_update.py
|
| +++ b/recipe_modules/bot_update/resources/bot_update.py
|
| @@ -1452,7 +1452,7 @@ def print_debug_info():
|
| 'BUILD_DIR': BUILD_DIR,
|
| 'ROOT_DIR': ROOT_DIR,
|
| 'DEPOT_TOOLS_DIR': DEPOT_TOOLS_DIR,
|
| - },
|
| + }
|
| for k, v in sorted(debug_params.iteritems()):
|
| print "%s: %r" % (k, v)
|
|
|
|
|