| Index: appengine/findit/waterfall/waterfall_config.py
|
| diff --git a/appengine/findit/waterfall/waterfall_config.py b/appengine/findit/waterfall/waterfall_config.py
|
| index e2b10a3fcee84ec5257c2bd24bdad6ceaad493b7..99c3052082d36f82b9898333b8ed21063e773c4b 100644
|
| --- a/appengine/findit/waterfall/waterfall_config.py
|
| +++ b/appengine/findit/waterfall/waterfall_config.py
|
| @@ -169,3 +169,7 @@ def GetDownloadBuildDataSettings():
|
|
|
| def GetActionSettings():
|
| return FinditConfig().Get().action_settings
|
| +
|
| +
|
| +def GetCheckFlakeSettings():
|
| + return FinditConfig().Get().check_flake_settings
|
|
|