Chromium Code Reviews| Index: infra/libs/buildbot/master.py |
| diff --git a/infra/libs/buildbot/master.py b/infra/libs/buildbot/master.py |
| index fa2ce822b2a86698ff65673d6044b94c9c462ac6..34638f5a316cfe918e63fbf3cf01daef6a0e7bbe 100644 |
| --- a/infra/libs/buildbot/master.py |
| +++ b/infra/libs/buildbot/master.py |
| @@ -143,6 +143,8 @@ def get_accepting_builds(directory, timeout=30): |
| pass |
| except requests.exceptions.Timeout: |
|
M-A Ruel
2015/04/29 17:25:07
except (requests.exceptions.ConnectionError, reque
ghost stip (do not use)
2015/04/29 20:48:59
Done.
|
| pass |
| + except requests.exceptions.ConnectionError: |
| + pass |
| return None |