Chromium Code Reviews| Index: utils/net.py |
| diff --git a/utils/net.py b/utils/net.py |
| index 1a93d4ad6e4ce4d60a0e8cf64ac4789f3b2354a4..28972c1e620f891056a9aace1410c5c6efae5326 100644 |
| --- a/utils/net.py |
| +++ b/utils/net.py |
| @@ -319,7 +319,7 @@ class HttpService(object): |
| into memory buffer before returning file-like object that reads from this |
| memory buffer. |
| """ |
| - assert urlpath and urlpath[0] == '/' |
| + assert urlpath and urlpath[0] == '/', urlpath |
| if data is not None: |
| assert method in (None, 'POST', 'PUT') |