| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index 17dc94a3aab165e29e891a19b42189909aec5750..422d42bd5883b5971cd96797882aeb282ed8242b 100755
|
| --- a/tools/licenses.py
|
| +++ b/tools/licenses.py
|
| @@ -358,7 +358,7 @@ def ParseDir(path, root, require_license_file=True, optional_keys=None):
|
| readme_path = os.path.join(root, path, 'README.chromium')
|
| if not os.path.exists(readme_path):
|
| raise LicenseError("missing README.chromium or licenses.py "
|
| - "SPECIAL_CASES entry")
|
| + "SPECIAL_CASES entry in %s" % path)
|
|
|
| for line in open(readme_path):
|
| line = line.strip()
|
|
|