| Index: net/tools/tld_cleanup/PRESUBMIT.py
|
| ===================================================================
|
| --- net/tools/tld_cleanup/PRESUBMIT.py (revision 272153)
|
| +++ net/tools/tld_cleanup/PRESUBMIT.py (working copy)
|
| @@ -11,7 +11,7 @@
|
| files = ('net/tools/tld_cleanup/make_dafsa.py',
|
| 'net/tools/tld_cleanup/make_dafsa_unittest.py')
|
| if not any(f in input_api.LocalPaths() for f in files):
|
| - return
|
| + return []
|
| test_path = input_api.os_path.join(input_api.PresubmitLocalPath(),
|
| 'make_dafsa_unittest.py')
|
| cmd_name = 'make_dafsa_unittest'
|
|
|