| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py
|
| index edb1241089732c2886126070d138d7d0b4a8cbc4..ff1506482ac759cb0437d9d61b12a8dc2cda9a82 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_finder.py
|
| @@ -138,7 +138,7 @@ class LayoutTestFinder(object):
|
| line = self._strip_comments(line)
|
| if line:
|
| tests.append(line)
|
| - except IOError, e:
|
| + except IOError as e:
|
| if e.errno == errno.ENOENT:
|
| _log.critical('')
|
| _log.critical('--test-list file "%s" not found' % file)
|
|
|