Chromium Code Reviews| Index: masters/master.client.syzygy/master_win_cont_cfg.py |
| =================================================================== |
| --- masters/master.client.syzygy/master_win_cont_cfg.py (revision 97134) |
| +++ masters/master.client.syzygy/master_win_cont_cfg.py (working copy) |
| @@ -5,7 +5,7 @@ |
| from master import master_config |
| from master.factory import syzygy_factory |
| -defaults = { 'category': 'continous' } |
| +defaults = { 'category': 'continuous' } |
|
Roger McFarlane (Chromium)
2011/08/17 14:59:49
Doh!
Sigurður Ásgeirsson
2011/08/17 15:08:13
Yeah, I'm pretty consistent in this particular mis
|
| helper = master_config.Helper(defaults) |
| B = helper.Builder |